diff options
| author | Dan Nicolaescu | 2005-10-27 07:05:04 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-10-27 07:05:04 +0000 |
| commit | cc795ef0bb39aed18248547b1f4a27cbb8e0eadb (patch) | |
| tree | 3bed80c9fe50502e122842df0f9374b83606f9b6 | |
| parent | 2d29381ccee860dd55218a9ddb847408ec07b09d (diff) | |
| download | emacs-cc795ef0bb39aed18248547b1f4a27cbb8e0eadb.tar.gz emacs-cc795ef0bb39aed18248547b1f4a27cbb8e0eadb.zip | |
(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 @@ | |||
| 1 | 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * e/eterm-color.ti (el1): Undo 2005-10-23 change. | ||
| 4 | Add some comments on how to update this file. Add ri | ||
| 5 | capability that has long been supported by term.el. | ||
| 6 | |||
| 1 | 2005-10-25 Nick Roberts <nickrob@snap.net.nz> | 7 | 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 8 | ||
| 3 | * images/gud/until.xpm: Colour correction. | 9 | * images/gud/until.xpm: Colour correction. |
diff --git a/etc/e/eterm-color b/etc/e/eterm-color index de84f4c909c..c9b87e5854f 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 132b1e32c61..ae38c10014c 100644 --- a/etc/e/eterm-color.ti +++ b/etc/e/eterm-color.ti | |||
| @@ -1,4 +1,9 @@ | |||
| 1 | eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | 1 | eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, |
| 2 | # When updating this file, etc/e/eterm-color should be regenerated by | ||
| 3 | # running "make e/eterm-color" in the etc directory. | ||
| 4 | # Any change to this file should be done at the same time with a | ||
| 5 | # corresponding change to the TERMCAP evironment variable in term.el. | ||
| 6 | # Comments in term.el specify where each of these capabilities is implemented. | ||
| 2 | colors#8, | 7 | colors#8, |
| 3 | cols#80, | 8 | cols#80, |
| 4 | lines#24, | 9 | lines#24, |
| @@ -25,6 +30,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | |||
| 25 | dl1=\E[M, | 30 | dl1=\E[M, |
| 26 | dl=\E[%p1%dM, | 31 | dl=\E[%p1%dM, |
| 27 | ed=\E[J, | 32 | ed=\E[J, |
| 33 | el1=\E[1K, | ||
| 28 | el=\E[K, | 34 | el=\E[K, |
| 29 | home=\E[H, | 35 | home=\E[H, |
| 30 | ht=\t, | 36 | ht=\t, |
| @@ -46,6 +52,7 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | |||
| 46 | op=\E[39;49m, | 52 | op=\E[39;49m, |
| 47 | rc=\E8, | 53 | rc=\E8, |
| 48 | rev=\E[7m, | 54 | rev=\E[7m, |
| 55 | ri=\EM, | ||
| 49 | rmir=\E[4l, | 56 | rmir=\E[4l, |
| 50 | rmso=\E[27m, | 57 | rmso=\E[27m, |
| 51 | rmul=\E[24m, | 58 | rmul=\E[24m, |