mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Don't bother clearing the screen during a refresh
This commit is contained in:
parent
fd24e1c17c
commit
3b07cc40bd
1 changed files with 0 additions and 2 deletions
|
@ -248,8 +248,6 @@ class Screen(CursesStdIO):
|
||||||
Updates the lines based on the`:attr:lines` based on the `:attr:display_lines_offset`
|
Updates the lines based on the`:attr:lines` based on the `:attr:display_lines_offset`
|
||||||
attribute and the status bars.
|
attribute and the status bars.
|
||||||
"""
|
"""
|
||||||
self.stdscr.clear()
|
|
||||||
|
|
||||||
# Update the status bars
|
# Update the status bars
|
||||||
self.add_string(0, self.topbar)
|
self.add_string(0, self.topbar)
|
||||||
self.add_string(self.rows - 2, self.bottombar)
|
self.add_string(self.rows - 2, self.bottombar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue