diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2005-10-27 07:05:04 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2005-10-27 07:05:04 +0000 |
commit | cc795ef0bb39aed18248547b1f4a27cbb8e0eadb (patch) | |
tree | 3bed80c9fe50502e122842df0f9374b83606f9b6 | |
parent | 2d29381ccee860dd55218a9ddb847408ec07b09d (diff) | |
download | emacs-cc795ef0bb39aed18248547b1f4a27cbb8e0eadb.tar.gz |
(el1): Undo 2005-10-23 change.
Add some comments on how to update this file. Add ri
capability that has long been supported by term.el.
-rw-r--r-- | etc/ChangeLog | 6 | ||||
-rw-r--r-- | etc/e/eterm-color | bin | 1155 -> 1158 bytes | |||
-rw-r--r-- | etc/e/eterm-color.ti | 7 |
3 files changed, 13 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index b5de1c49119..37219982320 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,9 @@ +2005-10-27 Dan Nicolaescu <dann@ics.uci.edu> + + * e/eterm-color.ti (el1): Undo 2005-10-23 change. + Add some comments on how to update this file. Add ri + capability that has long been supported by term.el. + 2005-10-25 Nick Roberts <nickrob@snap.net.nz> * images/gud/until.xpm: Colour correction. diff --git a/etc/e/eterm-color b/etc/e/eterm-color Binary files differindex de84f4c909c..c9b87e5854f 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 132b1e32c61..ae38c10014c 100644 --- a/etc/e/eterm-color.ti +++ b/etc/e/eterm-color.ti @@ -1,4 +1,9 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, +# 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. +# Comments in term.el specify where each of these capabilities is implemented. colors#8, cols#80, lines#24, @@ -25,6 +30,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, dl1=\E[M, dl=\E[%p1%dM, ed=\E[J, + el1=\E[1K, el=\E[K, home=\E[H, ht=\t, @@ -46,6 +52,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, op=\E[39;49m, rc=\E8, rev=\E[7m, + ri=\EM, rmir=\E[4l, rmso=\E[27m, rmul=\E[24m, |