15 lines
311 B
Diff
15 lines
311 B
Diff
Author: Loic Minier <lool@dooz.org>
|
|
Description: Unbreak several useful keybindings.
|
|
Bugs-Debian: https://bugs.debian.org/484647
|
|
|
|
--- a/termcap.c
|
|
+++ b/termcap.c
|
|
@@ -553,8 +553,6 @@
|
|
else
|
|
break;
|
|
}
|
|
- if (n < KMAP_KEYS)
|
|
- domap = 1;
|
|
if (map == 0 && domap)
|
|
return 0;
|
|
if (map && !domap)
|