diff options
-rw-r--r-- | src/core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index 88d97706..d9f5c8bd 100644 --- a/src/core.py +++ b/src/core.py @@ -820,6 +820,8 @@ class Core(object): curses.nonl() theme.init_colors() stdscr.keypad(True) + curses.ungetch(" ") # H4X: without this, the screen is + stdscr.getkey() # erased on the first "getkey()" def reset_curses(self): """ |