Merge pull request #3033 from emilstahl/master

Fixed --no-mouse parameter message
This commit is contained in:
Thomas Kriechbaumer 2018-04-03 19:14:55 +02:00 committed by GitHub
commit 60a320fde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,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 fn, shift, alt or ctrl to select text or use the --no-mouse parameter.", message = "Hold down fn, shift, alt or ctrl to select text or use the --set console_mouse=false parameter.",
expire = 1 expire = 1
) )
elif args[1] == "mouse press" and args[2] == 4: elif args[1] == "mouse press" and args[2] == 4: