From fa01e8adfcae6d58cd780bc4578e1d27053932a9 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 13 Jun 2025 15:41:01 +0200 Subject: [PATCH] mc: drop patches to handle newer terminfo This patch was introduced by me in commit 62513dc57661ac91a4ed7ba1260ebae959c19bbb ("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: eb0c3b534a7f1676cc49552a3fbac3165e8b37eb ("mc: update to 4.8.25") Signed-off-by: Josef Schlehofer --- .../020-fix-mouse-handling-newer-terminfo.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch diff --git a/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch b/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch deleted file mode 100644 index 1d122f6784..0000000000 --- a/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch +++ /dev/null @@ -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 "[<"; - }