summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-10-31 18:44:27 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-10-31 18:44:27 +0000
commit6e063e7c8540ff18392ca60dfcf83fc39ab5a362 (patch)
treefa7718facac2f32a80fd1280a601250292c753fd
parent41db357084cf80a83523d1677163d59f40dc03fa (diff)
downloaddeluge-6e063e7c8540ff18392ca60dfcf83fc39ab5a362.tar.gz
deluge-6e063e7c8540ff18392ca60dfcf83fc39ab5a362.tar.bz2
deluge-6e063e7c8540ff18392ca60dfcf83fc39ab5a362.zip
Don't bother clearing the screen during a refresh
-rw-r--r--deluge/ui/console/screen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/deluge/ui/console/screen.py b/deluge/ui/console/screen.py
index 999d867f9..2cee70bbf 100644
--- a/deluge/ui/console/screen.py
+++ b/deluge/ui/console/screen.py
@@ -248,8 +248,6 @@ class Screen(CursesStdIO):
Updates the lines based on the`:attr:lines` based on the `:attr:display_lines_offset`
attribute and the status bars.
"""
- self.stdscr.clear()
-
# Update the status bars
self.add_string(0, self.topbar)
self.add_string(self.rows - 2, self.bottombar)