From 156bbb7b9ea22c54aa7d905823da08e8516c2ff5 Mon Sep 17 00:00:00 2001 From: moculus Date: Wed, 8 Aug 2007 19:42:22 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- application.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application.py b/application.py index 81ee65f..7007448 100755 --- a/application.py +++ b/application.py @@ -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)