]> code.delx.au - gnu-emacs/blobdiff - etc/e/eterm-color.ti
Fixes around Bug#16647.
[gnu-emacs] / etc / e / eterm-color.ti
index 32e6aa80736652808f6a8aafa8c6a6bfec55954c..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,
@@ -65,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