aboutsummaryrefslogtreecommitdiffstats
path: root/etc/e
diff options
context:
space:
mode:
authorDan Nicolaescu2009-08-07 07:04:02 +0000
committerDan Nicolaescu2009-08-07 07:04:02 +0000
commit3bca7ca557f99e07c117874a2802e2d2434571a4 (patch)
tree01f2908e493b0243c041449e2b629d5141e61220 /etc/e
parent6f7d57805b9785480a5eddbe96300423505be0d1 (diff)
downloademacs-3bca7ca557f99e07c117874a2802e2d2434571a4.tar.gz
emacs-3bca7ca557f99e07c117874a2802e2d2434571a4.zip
* term.el (term-handle-ansi-escape): Add comments with the
terminfo capabilities implemented. * e/eterm-color.ti (msgr, u6, u7): New capabilities.
Diffstat (limited to 'etc/e')
-rw-r--r--etc/e/eterm-colorbin1163 -> 1179 bytes
-rw-r--r--etc/e/eterm-color.ti3
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/e/eterm-color b/etc/e/eterm-color
index 5a208473e3e..bd3f5003ae6 100644
--- a/etc/e/eterm-color
+++ b/etc/e/eterm-color
Binary files differ
diff --git a/etc/e/eterm-color.ti b/etc/e/eterm-color.ti
index 19e14976e12..0ddb7ec5408 100644
--- a/etc/e/eterm-color.ti
+++ b/etc/e/eterm-color.ti
@@ -15,6 +15,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
15 pairs#64, 15 pairs#64,
16 am, 16 am,
17 mir, 17 mir,
18 msgr,
18 xenl, 19 xenl,
19 bel=^G, 20 bel=^G,
20 bold=\E[1m, 21 bold=\E[1m,
@@ -70,6 +71,8 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
70 smir=\E[4h, 71 smir=\E[4h,
71 smul=\E[4m, 72 smul=\E[4m,
72 smso=\E[7m, 73 smso=\E[7m,
74 u6=\E[%i%d;%dR,
75 u7=\E[6n,
73# smcup=\E[?47h, 76# smcup=\E[?47h,
74# rmcup=\E[?47l, 77# rmcup=\E[?47l,
75# rs2 may need to be added 78# rs2 may need to be added