mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Seems more natural to re-prompt for search every time
This commit is contained in:
parent
80c4de5ca4
commit
bdc2fda7ef
@ -28,7 +28,7 @@ class Searchable(urwid.ListBox):
|
||||
if key == "/":
|
||||
signals.status_prompt.send(
|
||||
prompt = "Search for",
|
||||
text = self.search_term or "",
|
||||
text = "",
|
||||
callback = self.set_search
|
||||
)
|
||||
if key == "n":
|
||||
|
Loading…
Reference in New Issue
Block a user