branch : pmacs2
This commit is contained in:
moculus 2007-08-08 19:42:22 +00:00
parent 6f8a79a451
commit 156bbb7b9e
1 changed files with 3 additions and 0 deletions

View File

@ -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)