aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu2006-01-15 19:36:10 +0000
committerDan Nicolaescu2006-01-15 19:36:10 +0000
commit14397ea7567ea807cab19d1248244f6eb383d78e (patch)
tree4703ee5d1c9af24152c40638f697fecaa59fb7b0 /etc
parent98eab4e47742190fb317bc398dde0ed126241ab5 (diff)
downloademacs-14397ea7567ea807cab19d1248244f6eb383d78e.tar.gz
emacs-14397ea7567ea807cab19d1248244f6eb383d78e.zip
* e/eterm-color.ti: Re-enable the ri entry. Add kich1.
* term.el (term-raw-map): Add mapping for insert. (term-send-insert): New. (term-mode): Make variables local here instead of doing it in `term-emulate-terminal'. (term-emulate-terminal): Delete incorrect optimization for cr+lf. Scroll reverse needs to take into account the scroll region. Saving and restoring the cursor should save the color attributes too. (term-reset-terminal): Reset the scroll region. (term-handle-ansi-escape): Cursor up and down should take into account the scroll region. (term-set-scroll-region): Renamed from `term-scroll-region'. Move to 0,0 after setting the region. (term-handle-scroll): Handle scroll up. (term-down): Fix off by one error. (term-delete-lines): Do not delete outside the scroll region. (term-insert-lines): Take into account the scroll region.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/e/eterm-colorbin1155 -> 1163 bytes
-rw-r--r--etc/e/eterm-color.ti3
3 files changed, 6 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e15f24f8537..847907bbe73 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
4
12006-01-13 Richard M. Stallman <rms@gnu.org> 52006-01-13 Richard M. Stallman <rms@gnu.org>
2 6
3 * emacs.1: +N applies only to next file. 7 * emacs.1: +N applies only to next file.
diff --git a/etc/e/eterm-color b/etc/e/eterm-color
index de84f4c909c..5a208473e3e 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 bb066ca9bd5..32e6aa80736 100644
--- a/etc/e/eterm-color.ti
+++ b/etc/e/eterm-color.ti
@@ -47,12 +47,13 @@ eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
47 kdch1=\E[3~, 47 kdch1=\E[3~,
48 kend=\E[4~, 48 kend=\E[4~,
49 khome=\E[1~, 49 khome=\E[1~,
50 kich1=\E[2~,
50 knp=\E[6~, 51 knp=\E[6~,
51 kpp=\E[5~, 52 kpp=\E[5~,
52 op=\E[39;49m, 53 op=\E[39;49m,
53 rc=\E8, 54 rc=\E8,
54 rev=\E[7m, 55 rev=\E[7m,
55# ri=\EM, #temporarily disable, it causes problems for mutt 56 ri=\EM,
56 rmir=\E[4l, 57 rmir=\E[4l,
57 rmso=\E[27m, 58 rmso=\E[27m,
58 rmul=\E[24m, 59 rmul=\E[24m,