Signed-off-by: Jakub Horký <[email protected]>
---
 misc/terminfo.src | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/misc/terminfo.src b/misc/terminfo.src
index 1a01f41f..4e0d854c 100644
--- a/misc/terminfo.src
+++ b/misc/terminfo.src
@@ -4494,10 +4494,12 @@ teraterm4.59|Tera Term 4.59,
 #      + recognizes xterm's original direct-colors sequences, but result is
 #        poor.
 #      + no UTF-8 apparent when UTF-8 is set, with font Lucida Control
+#
+# This version no longer emulates VT220 editing keys layout by default. --JH
 teraterm4.97|Tera Term 4.97,
-       XT, use=ecma+color, use=xterm+sm+1006, use=teraterm4.59,
-teraterm-256color|TeraTerm with xterm 256-colors,
-       use=xterm+256setaf, use=teraterm,
+       XT,
+       kslt@, kdch1=^?, use=ecma+color, use=xterm+sm+1006, use=vt220+pcedit,
+       use=teraterm4.59,
 teraterm5.0|Tera Term 5.0,
        xenl,
        rv=\E\\[>32;331;0c, use=bracketed+paste, use=dec+sl,
@@ -4505,6 +4507,8 @@ teraterm5.0|Tera Term 5.0,
 
 teraterm|Tera Term,
        use=teraterm5.0,
+teraterm-256color|TeraTerm with xterm 256-colors,
+       use=xterm+256setaf, use=teraterm,
 
 #### RLogin
 # RLogin 2.30.4
@@ -28094,6 +28098,8 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #        and -256color for putty-xterm
 #      + make vt100+keypad+emul as a base for putty+keypad
 #      + add putty+keypad+kp for backwards compatibility
+#      + fix teraterm-4.97, which no longer emulates VT220 editing keys
+#        based on their physical locations
 #      (all by Jakub Horky)
 #
 ######## SHANTIH!  SHANTIH!  SHANTIH!
-- 
2.43.0


Reply via email to