1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Dan Nicolaescu
3bca7ca557 * term.el (term-handle-ansi-escape): Add comments with the
terminfo capabilities implemented.

* e/eterm-color.ti (msgr, u6, u7): New capabilities.
2009-08-07 07:04:02 +00:00
Dan Nicolaescu
14397ea756 * 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.
2006-01-15 19:36:10 +00:00
Dan Nicolaescu
04a4075fb9 * e/eterm-color.ti: Temporarily disable the ri entry.
* e/eterm-color: Regenerate.
2005-12-28 23:03:31 +00:00
Dan Nicolaescu
cc795ef0bb (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-27 07:05:04 +00:00
Dan Nicolaescu
6f97b9c82c * e/eterm-color.ti: Change the terminal name to eterm-color.
* e/eterm-color: Regenerate.
2005-10-20 18:36:38 +00:00
Eli Zaretskii
fc609417e1 Renamed eterm to eterm-color and eterm.ti to eterm-color.ti. 2005-10-20 15:37:48 +00:00