mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
3c8e2f60b0
commit
9916032c7a
185 changed files with 4014 additions and 7755 deletions
11
mc/patches/020-fix-mouse-handling-newer-terminfo.patch
Normal file
11
mc/patches/020-fix-mouse-handling-newer-terminfo.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- 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 "[<";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue