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 "[<"; - }