Re: [dev] [st] How can I scroll up in emacs

From: Alex Pilon <alp_AT_alexpilon.ca>
Date: Fri, 17 Nov 2017 11:30:46 -0500

On Fri, Nov 17, 2017 at 10:39:10PM +0800, Amos Bird wrote:
> when using tmux inside st, I can scroll up using mouse wheel. However when
> inside emacs, I can only scroll down. From `C-h k` I saw it generates a `C-y`
> when I scroll up. So what's going wrong?

Nothing. It's working as intended. There is no native mouse wheel
support in terminal applications, probably never will be any time soon.

Mouse wheel events are translated to key presses. ^E and ^Y are for
Vi/Vim/less. Change it in config.h to work with EMACS if you like.

Received on Fri Nov 17 2017 - 17:30:46 CET

This archive was generated by hypermail 2.3.0 : Fri Nov 17 2017 - 17:36:22 CET