screen/screen-4.3.1-suppress_remap.patch
Troy Dawson 415d963ed6 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/screen#3c7a321293ff3a7939bd29f339f19e0f46ea3bd6
2020-10-15 09:25:18 -07:00

19 lines
388 B
Diff

Author: Loic Minier <lool@dooz.org>
Description: Unbreak several useful keybindings.
fix for nonworking ^a backspace (rhbz#708698)
diff --git a/termcap.c b/termcap.c
index 26cba62..ed9e838 100644
--- a/termcap.c
+++ b/termcap.c
@@ -553,8 +553,6 @@ int map;
else
break;
}
- if (n < KMAP_KEYS)
- domap = 1;
if (map == 0 && domap)
return 0;
if (map && !domap)