[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:
Gregorio Litenstein 2024-05-31 13:20:24 -04:00 committed by Calum Lind
parent e1fa8d18ec
commit 8867da94f8
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3
1 changed files with 0 additions and 1 deletions

View File

@ -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(