Better status message on mouse drag

This commit is contained in:
Shadab Zafar 2016-08-18 00:24:52 +05:30
parent f922b7aaf5
commit ed88bcad72

View File

@ -27,7 +27,7 @@ class Window(urwid.Frame):
if not k: if not k:
if args[1] == "mouse drag": if args[1] == "mouse drag":
signals.status_message.send( 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 expire = 1
) )
elif args[1] == "mouse press" and args[2] == 4: elif args[1] == "mouse press" and args[2] == 4: