summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index f780847e1..db5fcb5cb 100644
--- a/text.py
+++ b/text.py
@@ -85,7 +85,7 @@ class WaitWindow:
self.screen.refresh()
def refresh(self):
- self.screen.refresh()
+ pass
def __init__(self, screen, title, text):
self.screen = screen