mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
mc: drop patches to handle newer terminfo
This patch was introduced by me in commit62513dc576("mc: fix mouse handling") and that commit backported patch from master branch and it that time, there was not any release, which included it. Since 4.8.2.5 update, we are still rebasing it, no need to do that. Fixes:eb0c3b534a("mc: update to 4.8.25") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
committed by
Dirk Brenken
parent
a1d04258ed
commit
fa01e8adfc
@@ -1,11 +0,0 @@
|
||||
--- a/lib/tty/tty.c
|
||||
+++ b/lib/tty/tty.c
|
||||
@@ -407,7 +407,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 "[<";
|
||||
}
|
||||
Reference in New Issue
Block a user