mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 06:17:50 +00:00
Add the clear() back
This commit is contained in:
parent
ec259d6aea
commit
f6a4d19084
@ -253,6 +253,8 @@ 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user