ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch b/external/subpack/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch
new file mode 100644
index 0000000..bf6853a
--- /dev/null
+++ b/external/subpack/utils/mc/patches/020-fix-mouse-handling-newer-terminfo.patch
@@ -0,0 +1,11 @@
+--- a/lib/tty/tty.c
++++ b/lib/tty/tty.c
+@@ -402,7 +402,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 "[<";
+     }