Add flow detail view as a tab in the flow view

This commit is contained in:
Aldo Cortesi
2015-03-29 19:21:54 +13:00
parent cacd09fafc
commit 8f5cf833d0
5 changed files with 97 additions and 113 deletions

View File

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