blob: bf6853a710245088d9e0f861d207c0bb488dff38 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/lib/tty/tty.c
2+++ b/lib/tty/tty.c
3@@ -402,7 +402,7 @@ tty_init_xterm_support (gboolean is_xter
4 if (xmouse_seq != NULL)
5 {
6 if (strcmp (xmouse_seq, ESC_STR "[<") == 0)
7- xmouse_seq = ESC_STR "[M";
8+ xmouse_seq = NULL;
9
10 xmouse_extended_seq = ESC_STR "[<";
11 }