From ed88bcad7213aeba6f873aa0c4e28ea825c1b2a1 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Thu, 18 Aug 2016 00:24:52 +0530 Subject: Better status message on mouse drag --- mitmproxy/console/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitmproxy/console/window.py b/mitmproxy/console/window.py index b24718be..35593643 100644 --- a/mitmproxy/console/window.py +++ b/mitmproxy/console/window.py @@ -27,7 +27,7 @@ class Window(urwid.Frame): if not k: if args[1] == "mouse drag": signals.status_message.send( - message = "Hold down shift, alt or ctrl to select text.", + message = "Hold down fn, shift, alt or ctrl to select text or use the --no-mouse parameter.", expire = 1 ) elif args[1] == "mouse press" and args[2] == 4: -- cgit v1.2.3