From 45ab22f0d9b75a6cdfa123d206243e4eb2d40d41 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 22 Mar 2012 14:57:57 +1300 Subject: Add modal help to GridEditor. Also includes some minor refactoring and documentation stubs. --- libmproxy/console/flowlist.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmproxy/console/flowlist.py') diff --git a/libmproxy/console/flowlist.py b/libmproxy/console/flowlist.py index a4784fa4..412a4ec2 100644 --- a/libmproxy/console/flowlist.py +++ b/libmproxy/console/flowlist.py @@ -40,6 +40,9 @@ def _mkhelp(): return text help_context = _mkhelp() +footer = [ + ('heading_key', "?"), ":help ", +] class EventListBox(urwid.ListBox): def __init__(self, master): -- cgit v1.2.3