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 02:23:45 +0700

On Tue, 14 Dec 2021 at 02:05, Colin Baxter 😺 <m43cap@yandex.com> wrote:

> Well TERM is xterm-256color in xterm and zsh, but st-256color in stterm
> and screen-256color in tmux.

Looks sane. (Except that zsh is not a terminal emulator.)

> For the input-decode-map, do you mean the
> output from the emacs variable "input-decode-map"? I'm using emacs -Q so
> the variable value covers many lines - do you want all of that?

Just see if it has these entries:

(keymap
 (27 keymap                   ;; ESC
     (91 keymap               ;; [
         (53 keymap           ;; 5
             (126 . [prior])  ;; ~
             …)
         (54 keymap           ;; 6
             (126 . [next])   ;; ~
             …)
         …)
     …)
 …)

Also, you don’t do anything funny like remapping ESC, do you?



reply via email to

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