diff options
Diffstat (limited to 'cursed.py')
| -rw-r--r-- | cursed.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,3 +39,4 @@ def redraw(stdscr, messages): stdscr.clear() for msg in messages: stdscr.addstr(msg + '\n') + stdscr.refresh() |
