]> git.eshelyaron.com Git - emacs.git/commit
* e/eterm-color.ti: Re-enable the ri entry. Add kich1.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 15 Jan 2006 19:36:10 +0000 (19:36 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 15 Jan 2006 19:36:10 +0000 (19:36 +0000)
commit14397ea7567ea807cab19d1248244f6eb383d78e
tree4703ee5d1c9af24152c40638f697fecaa59fb7b0
parent98eab4e47742190fb317bc398dde0ed126241ab5
* 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.
etc/ChangeLog
etc/e/eterm-color
etc/e/eterm-color.ti
lisp/ChangeLog
lisp/term.el