mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
[Console] endwin() not needed when using wrapper
Using it anyway produces a crash because it returns an error if called two times without any intervening updates. Closes: https://github.com/deluge-torrent/deluge/pull/461
This commit is contained in:
parent
e1fa8d18ec
commit
8867da94f8
1 changed files with 0 additions and 1 deletions
|
@ -236,7 +236,6 @@ class BaseMode(CursesStdIO, component.Component):
|
||||||
curses.nocbreak()
|
curses.nocbreak()
|
||||||
self.stdscr.keypad(0)
|
self.stdscr.keypad(0)
|
||||||
curses.echo()
|
curses.echo()
|
||||||
curses.endwin()
|
|
||||||
|
|
||||||
|
|
||||||
def add_string(
|
def add_string(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue