emacs-devel
[Top][All Lists]
Advanced

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

Re: terminal scrolling in help


From: Yuri Khan
Subject: Re: terminal scrolling in help
Date: Tue, 14 Dec 2021 00:00:30 +0700

On Mon, 13 Dec 2021 at 14:41, Colin Baxter 😺 <m43cap@yandex.com> wrote:

> In emacs-28.0.90 (and emacs-29.0.50) the user is now told to use
> <PageDown>, <PageUp> to scroll, neither of which work in xterm,
> stterm or urxvt

You should really get that diagnosed. PageUp/PageDown are supposed to
work in all of the above; they emit ESC [ 5 ~ and ESC [ 6 ~ which are
decoded to [prior] and [next] in term/xterm.el which term/rxvt.el and
term/st.el build on.



reply via email to

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