]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/terminfo.src
ncurses 6.5 - patch 20240504
[ncurses.git] / misc / terminfo.src
index 18f0bc2fdf677e57f1da046970aa942ff1dea373..5d575b8eb454e251efff45e108b3e65f09a0054e 100644 (file)
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
-#      $Revision: 1.1137 $
-#      $Date: 2024/01/27 21:52:22 $
+#      $Revision: 1.1143 $
+#      $Date: 2024/03/09 20:01:40 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -5017,13 +5017,23 @@ xterm+nopcfkeys|fragment without PC-style fkeys,
        kf42=\E[63~, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~,
        kf8=\E[19~, kf9=\E[20~,
 
+vt100+noapp|fragment with cursor keys in normal mode,
+       kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
+       use=vt100+noapp+pc,
+
 xterm+noapp|fragment with cursor keys in normal mode,
        kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, kend=\E[F,
        khome=\E[H,
 
 xterm+app|fragment with cursor keys in application mode,
-       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kend=\EOF,
-       khome=\EOH,
+       kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
+       use=xterm+app+pc,
+
+vt100+noapp+pc|fragment for noapp pc-style home/end,
+       kend=\E[F, khome=\E[H,
+
+xterm+app+pc|fragment for app pc-style home/end,
+       kend=\EOF, khome=\EOH,
 #
 # The "PC-style" modifier scheme was introduced in xterm patch #94 (1999/3/27)
 # and revised in xterm patch #167 (2002/8/24).  Some other terminal emulators
@@ -5149,6 +5159,10 @@ xterm+pce2|fragment with modifyCursorKeys:2 editing-keys,
 xterm+edit|fragment for 6-key editing-keypad,
        use=xterm+pc+edit, use=vt220+pcedit,
 
+xterm+decedit|fragment for vt220 6-key editing-keypad,
+       kdch1=\E[3~, kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
+       use=xterm+vt+edit,
+
 xterm+pc+edit|fragment for pc-style editing keypad,
        kend=\E[4~, khome=\E[1~,
 
@@ -6023,7 +6037,11 @@ color_xterm|cx|cx100|color_xterm color terminal emulator for X,
 # does nothing with those, even after installing the app-defaults file which
 # was overlooked by the Debian packager.
 xgterm|graphic terminal for IRAF,
-       use=xterm+acs, use=xterm-r5, use=xterm+keypad,
+       enacs=\E(B\E)0, rmacs=^O,
+       sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t
+           \016%e\017%;,
+       sgr0=\E[m\017, smacs=^N, use=xterm+acs, use=xterm-r5,
+       use=xterm+keypad,
 
 # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
 # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
@@ -6234,7 +6252,7 @@ vte-2014|VTE 0.35.1,
 # As of January 2018, this was the  most recent release,
 # e.g., with gnome-terminal 3.26.2
 vte-2017|VTE 0.50.2,
-       use=ecma+strikeout, use=vte-2014,
+       E3=\E[3J, use=ecma+strikeout, use=vte-2014,
 
 # VTE 0.51.2 and gnome-terminal 3.28.2 copied a feature from KovId's TTY
 # late in 2017 for changing the appearance of underlines, which was
@@ -27484,4 +27502,12 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #        to trim -TD
 #      + NetBSD-related fixes for x68k and wsvt52 (patch by Thomas Klausner)
 #
+# 2024-02-11
+#      + add vt100+noapp, vt100+noapp+pc, xterm+app+pc, xterm+decedit from
+#        xterm #389 -TD
+#
+# 2024-03-09
+#      + modify xgterm to work around line-drawing bug -TD
+#      + use CSI 3J in vte-2017 (report by Sven Joachim)
+#
 ######## SHANTIH!  SHANTIH!  SHANTIH!