mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 17:32:27 +08:00
Update flowlist.py
This commit is contained in:
@@ -68,7 +68,7 @@ class LogBufferBox(urwid.ListBox):
|
||||
self.set_focus(0)
|
||||
elif key == "F":
|
||||
o = self.master.options
|
||||
o.focus_follow = not o.focus_follow
|
||||
o.console_focus_follow = not o.console_focus_follow
|
||||
return urwid.ListBox.keypress(self, size, key)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user