]> code.delx.au - gnu-emacs/blobdiff - etc/e/eterm-color.ti
Fixes around Bug#16647.
[gnu-emacs] / etc / e / eterm-color.ti
index ae38c10014c1cd985ee842fe1ee74accbc8c7f9b..a6ef81499009531d64df3096fac11216db1e6d4e 100644 (file)
@@ -1,8 +1,13 @@
 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
+#
+# The code here is forced by the interface, and is not subject to
+# copyright, constituting the only possible expression of the algorithm
+# in this format.
+#
 # When updating this file, etc/e/eterm-color should be regenerated by 
 # running "make e/eterm-color" in the etc directory.
 # Any change to this file should be done at the same time with a
-# corresponding change to the TERMCAP evironment variable in term.el.
+# corresponding change to the TERMCAP environment variable in term.el.
 # Comments in term.el specify where each of these capabilities is implemented.
        colors#8,
        cols#80,
@@ -10,6 +15,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
        pairs#64,
        am,
        mir,
+       msgr,
        xenl,
        bel=^G,
        bold=\E[1m,
@@ -47,6 +53,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
        kdch1=\E[3~,
        kend=\E[4~,
        khome=\E[1~,
+       kich1=\E[2~,
        knp=\E[6~,
        kpp=\E[5~,
        op=\E[39;49m,
@@ -64,6 +71,8 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
        smir=\E[4h,
        smul=\E[4m,
        smso=\E[7m,
+       u6=\E[%i%d;%dR,
+       u7=\E[6n,
 #      smcup=\E[?47h,
 #      rmcup=\E[?47l,
 #       rs2 may need to be added