XFree86 3.9Ad and XFree86 3.3.1c - xterm patch #65 - 1998/2/14 - T.Dickey
This is a small patch to xterm's 8-bit terminal description. I noticed
while testing ncurses that I had specified the wrong (VT100-style) codes
for the F1-F4. Xterm only uses VT220-style function keys in 8-bit mode.
This patch should be applied to xc/programs/xterm in both the 3.9Ad and 3.3.1c
trees.
--------------------------------------------------------------------------------
terminfo | 12 ++++++------
1 files changed, 6 insertions, 6 deletions
--------------------------------------------------------------------------------
Index: terminfo
--- xterm-64+/terminfo Sun Jan 25 09:19:53 1998
+++ xterm-65/terminfo Sat Feb 14 22:05:37 1998
@@ -211,7 +211,7 @@
# SS3 \E O \217
# CSI \E [ \233
#
-xterm-8bit|xterm terminal emulator, 8-bit controls (X Window System),
+xterm-8bit|xterm terminal emulator with 8-bit controls (X Window System),
am,
bce,
km,
@@ -274,10 +274,10 @@
kcud1=\217B,
kcuf1=\217C,
kcuu1=\217A,
- kdch1=\177,
+ kdch1=\2333~,
kend=\217F,
kent=\217M,
- kf1=\217P,
+ kf1=\23311~,
kf10=\23321~,
kf11=\23323~,
kf12=\23324~,
@@ -288,10 +288,10 @@
kf17=\23331~,
kf18=\23332~,
kf19=\23333~,
- kf2=\217Q,
+ kf2=\23312~,
kf20=\23334~,
- kf3=\217R,
- kf4=\217S,
+ kf3=\23313~,
+ kf4=\23314~,
kf5=\23315~,
kf6=\23317~,
kf7=\23318~,