Update flowlist.py

This commit is contained in:
lymanZerga11 2017-03-06 23:19:39 +08:00 committed by GitHub
parent 22154dee5c
commit fd5079b8a6

View File

@ -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)