summaryrefslogtreecommitdiffstats
path: root/cursed.py
diff options
context:
space:
mode:
Diffstat (limited to 'cursed.py')
-rw-r--r--cursed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cursed.py b/cursed.py
index 70d9c7e..e63f44f 100644
--- a/cursed.py
+++ b/cursed.py
@@ -39,3 +39,4 @@ def redraw(stdscr, messages):
stdscr.clear()
for msg in messages:
stdscr.addstr(msg + '\n')
+ stdscr.refresh()