Author: andar
Revision: 5900
Log:
Don't bother clearing the screen during a refresh
Diff:
Modified: branches/1.2_RC/deluge/ui/console/screen.py
===================================================================
--- branches/1.2_RC/deluge/ui/console/screen.py 2009-10-31 18:43:48 UTC (rev
5899)
+++ branches/1.2_RC/deluge/ui/console/screen.py 2009-10-31 18:44:27 UTC (rev
5900)
@@ -248,8 +248,6 @@
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)
Modified: trunk/deluge/ui/console/screen.py
===================================================================
--- trunk/deluge/ui/console/screen.py 2009-10-31 18:43:48 UTC (rev 5899)
+++ trunk/deluge/ui/console/screen.py 2009-10-31 18:44:27 UTC (rev 5900)
@@ -248,8 +248,6 @@
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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---