diff --git a/pandora-box.py b/pandora-box.py index 508b30f..ebc5d6d 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -262,10 +262,11 @@ def init_curses(): if has_curses: screen = curses.initscr() screen.keypad(1) + curses.curs_set(0) curses.mousemask(curses.ALL_MOUSE_EVENTS | curses.REPORT_MOUSE_POSITION) curses.flushinp() curses.noecho() - curses.curs_set(0) + screen.clear() else: display_image("WAIT")