summaryrefslogtreecommitdiffstats
path: root/debian/patches/45suppress_remap.patch
blob: 5b0ae85e9253606ce05b77cf16d6a4948320026c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Loic Minier <lool@dooz.org>
Description: Unbreak several useful keybindings.
Bugs-Debian: https://bugs.debian.org/484647

--- a/termcap.c
+++ b/termcap.c
@@ -551,8 +551,6 @@
       else
 	break;
     }
-  if (n < KMAP_KEYS)
-    domap = 1;
   if (map == 0 && domap)
     return 0;
   if (map && !domap)