mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 17:02:21 +08:00
12 lines
316 B
Diff
12 lines
316 B
Diff
--- a/lib/tty/tty.c
|
|
+++ b/lib/tty/tty.c
|
|
@@ -393,7 +393,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 "[<";
|
|
}
|