Add possibility to define the background color of entities (black in ASCII, white in Unicode)
This commit is contained in:
@ -13,6 +13,8 @@ class TermManager: # pragma: no cover
|
||||
curses.cbreak()
|
||||
# make cursor invisible
|
||||
curses.curs_set(False)
|
||||
# Enable colors
|
||||
curses.start_color()
|
||||
|
||||
def __enter__(self):
|
||||
return self
|
||||
|
Reference in New Issue
Block a user