Merge pull request #1486 from dufferzafar/mouse-drag-text

Better status message on mouse drag
This commit is contained in:
Maximilian Hils 2016-08-17 12:03:49 -07:00 committed by GitHub
commit cacee3871c

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: