diff --git a/pandora-box.py b/pandora-box.py index ebc5d6d..cb9fc38 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -262,11 +262,10 @@ 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() - screen.clear() + curses.curs_set(0) else: display_image("WAIT") @@ -718,6 +717,7 @@ def clean(): # TODO: check key is still here + # Remove infected files files_removed = 0 has_error = False