mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-27 19:15:33 +08:00
Add flow detail view as a tab in the flow view
This commit is contained in:
@@ -36,7 +36,7 @@ class Searchable(urwid.ListBox):
|
||||
if key == "N":
|
||||
self.find_next(True)
|
||||
else:
|
||||
return super(self.__class__, self).keypress(size, key)
|
||||
return key
|
||||
|
||||
def set_search(self, text):
|
||||
self.state.last_search = text
|
||||
|
||||
Reference in New Issue
Block a user