diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-08-07 07:04:02 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-08-07 07:04:02 +0000 |
commit | 3bca7ca557f99e07c117874a2802e2d2434571a4 (patch) | |
tree | 01f2908e493b0243c041449e2b629d5141e61220 /etc/e | |
parent | 6f7d57805b9785480a5eddbe96300423505be0d1 (diff) |
* 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-color | bin | 1163 -> 1179 bytes | |||
-rw-r--r-- | etc/e/eterm-color.ti | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/e/eterm-color b/etc/e/eterm-color Binary files differindex 5a208473e3..bd3f5003ae 100644 --- a/etc/e/eterm-color +++ b/etc/e/eterm-color diff --git a/etc/e/eterm-color.ti b/etc/e/eterm-color.ti index 19e14976e1..0ddb7ec540 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, pairs#64, am, mir, + msgr, xenl, bel=^G, bold=\E[1m, @@ -70,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 |