comparison lisp/ChangeLog @ 105173:500233eb2d72

* term.el (term-set-scroll-region): Don't move cursor any more. (term-handle-ansi-escape): Call term-goto here instead. Suggested by Ivan Kanis <apple@kanis.eu>.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 24 Sep 2009 02:15:11 +0000
parents 69e85f510ced
children 13f171fbff05
comparison
equal deleted inserted replaced
105172:69e85f510ced 105173:500233eb2d72
1 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term.el (term-set-scroll-region): Don't move cursor any more.
4 (term-handle-ansi-escape): Call term-goto here instead.
5 Suggested by Ivan Kanis <apple@kanis.eu>.
2 6
3 * term.el: Require CL. 7 * term.el: Require CL.
4 (term-ansi-reset): New function. 8 (term-ansi-reset): New function.
5 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it. 9 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
6 (term-handle-colors-array): Simplify. 10 (term-handle-colors-array): Simplify.