]> git.eshelyaron.com Git - emacs.git/commitdiff
* term.el (term-set-scroll-region): Don't move cursor any more.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Sep 2009 02:15:11 +0000 (02:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 24 Sep 2009 02:15:11 +0000 (02:15 +0000)
(term-handle-ansi-escape): Call term-goto here instead.
Suggested by Ivan Kanis <apple@kanis.eu>.

lisp/ChangeLog
lisp/term.el

index 02a8589512eb7621b11cd37195f0ea97835e3dfb..e216b9e1c7f972958c63cbb2feddf8c1ccac69f9 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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>.
+
        * term.el: Require CL.
        (term-ansi-reset): New function.
        (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
index b7eb9fd1845383548c97ad3ff3341b86eade956b..2d52bdc0f1c02819b13f911dda5dd2ecee2ab82c 100644 (file)
@@ -3369,7 +3369,8 @@ Set it to nil to disable bold.")
    ((eq char ?r)
     (term-set-scroll-region
      (1- term-terminal-previous-parameter)
-     (1- term-terminal-parameter)))
+     (1- term-terminal-parameter))
+    (term-goto 0 0))
    (t)))
 
 (defun term-set-scroll-region (top bottom)
@@ -3389,8 +3390,7 @@ The top-most line is line 0."
        (or (term-using-alternate-sub-buffer)
            (not (and (= term-scroll-start 0)
                      (= term-scroll-end term-height)))))
-  (term-move-columns (- (term-current-column)))
-  (term-goto 0 0))
+  (term-move-columns (- (term-current-column))))
 
 ;; (defun term-switch-to-alternate-sub-buffer (set)
 ;;   ;; If asked to switch to (from) the alternate sub-buffer, and already (not)