emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: M-x term off-by-one problem in ESC[xM processing?


From: Richard Stallman
Subject: Re: M-x term off-by-one problem in ESC[xM processing?
Date: Tue, 13 Jun 2006 19:21:02 -0400

    from the `M' case of term-handle-ansi-escape).  In edebug these lines from
    term-delete-lines move point down one too few lines and then insert a
    newline which wipes out "22":

        (term-down (- term-scroll-end save-current-row lines))

What are the values of term-scroll-end, save-current-row, and lines?

What argument is passed to term-down?  It ought to equal
the number of lines from the bottom part of the window
below the deletion; does it?

Does term-down correctly move past the number of lines
specified by its argument?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]