mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Return from Flow View behaviour
Following focus trumps the re-focusing the "current" (or just-viewed) flow.
This commit is contained in:
@@ -605,7 +605,11 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
def view_flowlist(self):
|
||||
if self.ui.started:
|
||||
self.ui.clear()
|
||||
self.focus_current()
|
||||
if self.state.follow_focus:
|
||||
self.state.set_focus(self.state.flow_count())
|
||||
else:
|
||||
self.focus_current()
|
||||
|
||||
if self.eventlog:
|
||||
self.body = flowlist.BodyPile(self)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user