aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/flowlist.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-05 14:14:36 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-05 14:14:36 +1300
commita49115a2278186dd116a6bbd27ba8a8f87e04da5 (patch)
tree758b87eedbd761a4e31a085a3c928c8949fc19d6 /libmproxy/console/flowlist.py
parentd5f9b02615bffe56639a7250f31752cebd2b8d62 (diff)
downloadmitmproxy-a49115a2278186dd116a6bbd27ba8a8f87e04da5.tar.gz
mitmproxy-a49115a2278186dd116a6bbd27ba8a8f87e04da5.tar.bz2
mitmproxy-a49115a2278186dd116a6bbd27ba8a8f87e04da5.zip
Remove / binding alias for limit
The search and limit functionality is too different.
Diffstat (limited to 'libmproxy/console/flowlist.py')
-rw-r--r--libmproxy/console/flowlist.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libmproxy/console/flowlist.py b/libmproxy/console/flowlist.py
index 7f11a7e2..6ba97733 100644
--- a/libmproxy/console/flowlist.py
+++ b/libmproxy/console/flowlist.py
@@ -12,7 +12,6 @@ def _mkhelp():
("e", "toggle eventlog"),
("F", "toggle follow flow list"),
("l", "set limit filter pattern"),
- ("/", "same as above"),
("L", "load saved flows"),
("r", "replay request"),
("V", "revert changes to request"),
@@ -245,7 +244,7 @@ class FlowListBox(urwid.ListBox):
self.master.clear_flows()
elif key == "e":
self.master.toggle_eventlog()
- elif key == "l" or key == "/":
+ elif key == "l":
self.master.prompt("Limit: ", self.master.state.limit_txt, self.master.set_limit)
elif key == "L":
self.master.path_prompt(