Update terminis.py
This commit is contained in:
parent
3ecb11d576
commit
bbf2b2a62b
@ -707,7 +707,7 @@ class Game:
|
|||||||
if color is not None:
|
if color is not None:
|
||||||
color |= curses.A_REVERSE
|
color |= curses.A_REVERSE
|
||||||
else:
|
else:
|
||||||
color = curses.COLOR_BLACK
|
color = curses.COLOR_BLACK | curses.A_BOLD
|
||||||
self.matrix.window.addstr(y, x*2+1, char, color)
|
self.matrix.window.addstr(y, x*2+1, char, color)
|
||||||
self.matrix.window.refresh()
|
self.matrix.window.refresh()
|
||||||
curses.beep()
|
curses.beep()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user