1
0
Fork 0
screen/debian/patches/45suppress_remap.patch
Daniel Baumann ea1ae6b476
Adding debian version 4.9.1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 15:19:58 +02:00

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)