summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-04-03 17:07:22 -0400
committerJeremy Katz <katzj@redhat.com>2008-04-04 12:46:48 -0400
commitfc239820604550d0296ba8df223994b90eafdb91 (patch)
tree18f8b5c56f22d63622f509ae991bfa766d5f5c42 /text.py
parent666ed478758af638273caacf5f5cc341867b9b38 (diff)
downloadanaconda-fc239820604550d0296ba8df223994b90eafdb91.tar.gz
anaconda-fc239820604550d0296ba8df223994b90eafdb91.tar.xz
anaconda-fc239820604550d0296ba8df223994b90eafdb91.zip
Stop refreshing like mad in text-mode on WaitWindow.refresh()
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