mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-30 13:16:17 +00:00
Do not empty search_string so user can continue to cycle through results with 'n' key
This commit is contained in:
parent
a9af9cabb4
commit
6326902287
@ -890,7 +890,6 @@ class AllTorrents(BaseMode, component.Component):
|
||||
elif c == curses.KEY_END:
|
||||
self.cursor = len(self.search_string)
|
||||
elif c in [10, curses.KEY_ENTER]:
|
||||
self.search_string = None
|
||||
self.entering_search = False
|
||||
self.search_state = SEARCH_EMPTY
|
||||
elif c == 27:
|
||||
|
Loading…
x
Reference in New Issue
Block a user