Update terminis.py

This commit is contained in:
adrienmalin 2019-02-19 21:17:01 +01:00
parent 3ecb11d576
commit bbf2b2a62b

View File

@ -707,7 +707,7 @@ class Game:
if color is not None:
color |= curses.A_REVERSE
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.refresh()
curses.beep()