mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
14 lines
266 B
Diff
14 lines
266 B
Diff
|
Author: Loic Minier <lool@dooz.org>
|
||
|
Description: Unbreak several useful keybindings.
|
||
|
--- a/termcap.c
|
||
|
+++ b/termcap.c
|
||
|
@@ -552,8 +552,6 @@
|
||
|
else
|
||
|
break;
|
||
|
}
|
||
|
- if (n < KMAP_KEYS)
|
||
|
- domap = 1;
|
||
|
if (map == 0 && domap)
|
||
|
return 0;
|
||
|
if (map && !domap)
|