You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
5 years ago
|
--- a/lib/tty/tty.c
|
||
|
+++ b/lib/tty/tty.c
|
||
|
@@ -370,7 +370,7 @@ tty_init_xterm_support (gboolean is_xter
|
||
|
if (xmouse_seq != NULL)
|
||
|
{
|
||
|
if (strcmp (xmouse_seq, ESC_STR "[<") == 0)
|
||
|
- xmouse_seq = ESC_STR "[M";
|
||
|
+ xmouse_seq = NULL;
|
||
|
|
||
|
xmouse_extended_seq = ESC_STR "[<";
|
||
|
}
|