mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-26 22:57:02 +08:00
fix #443
This commit is contained in:
@@ -823,8 +823,8 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
if changed:
|
||||
self.statusbar.redraw()
|
||||
size = self.drawscreen()
|
||||
changed = self.tick(self.masterq, 0.01)
|
||||
self.ui.set_input_timeouts(max_wait=0.01)
|
||||
changed = self.tick(self.masterq, timeout=0.1)
|
||||
self.ui.set_input_timeouts(max_wait=0)
|
||||
keys = self.ui.get_input()
|
||||
if keys:
|
||||
changed = True
|
||||
|
||||
Reference in New Issue
Block a user