mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue