parent
6f8a79a451
commit
156bbb7b9e
|
@ -72,6 +72,9 @@ class Application(object):
|
|||
color.default_color = False
|
||||
color.init()
|
||||
|
||||
# make sure the cursor is visible
|
||||
#curses.curs_set(1)
|
||||
|
||||
# this is how we can change color settings
|
||||
if curses.can_change_color():
|
||||
#curses.init_color(curses.COLOR_BLUE, 750, 400, 0)
|
||||
|
|
Loading…
Reference in New Issue