Skip to content

Commit

Permalink
Updating windows draw characters, they looked bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
aanunez committed May 22, 2017
1 parent 2055fe9 commit b348654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tortilla8/constants/curses.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from collections import namedtuple
CHAR_SET = namedtuple('CHAR_SET', 'upper lower both empty')
UNICODE_DRAW = CHAR_SET('▀','▄','█',' ')
WIN_DRAW = CHAR_SET('^','v','8',' ')
WIN_DRAW = CHAR_SET('*','o','8',' ')

KEYPAD_DRAW=[
'┌────────────────┐',
Expand Down

0 comments on commit b348654

Please sign in to comment.