mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
Fix #1953 : Console flickering on every update
This commit is contained in:
parent
3a0b6f8a6d
commit
0f962aeda5
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ 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()
|
self.stdscr.erase()
|
||||||
|
|
||||||
# Update the status bars
|
# Update the status bars
|
||||||
self.add_string(0, self.topbar)
|
self.add_string(0, self.topbar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue