diff options
-rw-r--r-- | oo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -324,7 +324,7 @@ class ooPlay: self.screen.refresh() curses.napms(self.pause_length) if pause: curses.napms(self.pause_length * width) - self.screen.ungetch(0) # clear input + curses.ungetch(0) # clear input def write_help(self): """Write one of the help messages.""" |