aboutsummaryrefslogtreecommitdiffstats
path: root/etc
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
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')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/e/eterm-colorbin1163 -> 1179 bytes
-rw-r--r--etc/e/eterm-color.ti3
3 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 746c1f9ed85..eb9a310cb28 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * e/eterm-color.ti (msgr, u6, u7): New capabilities.
4
12009-08-02 Michael Albinus <michael.albinus@gmx.de> 52009-08-02 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: Autorevert Tail mode works now for remote files. 7 * NEWS: Autorevert Tail mode works now for remote files.
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