screen-users
[Top][All Lists]
Advanced

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

Re: how to scroll scrollback history with mouse wheel?


From: Stephane Chazelas
Subject: Re: how to scroll scrollback history with mouse wheel?
Date: Thu, 18 Oct 2007 09:48:22 +0100
User-agent: Mutt/1.5.16 (2007-06-11)

On Thu, Oct 18, 2007 at 11:16:46AM +0300, Eugeny N Dzhurinsky wrote:
> Hello!
> 
> Could somebody please explain is it possible to scroll the history of screen
> (scrollback history) using mouse wheel somehow?
[...]

If you're using xterm you could add something like:

XTerm.VT100.translations:             #override\
        Mod4 <Btn5Down>,<Btn5Up>: string(0x5)\n\
        Mod4 <Btn4Down>,<Btn4Up>: string(0x19)

to your X resource file. On my system Mod4 is mapped to the
<MS-Windows> keys. So <Win-Wheel_down> sends ^E and
<Win-Wheel_up> sends ^Y.

-- 
Stéphane




reply via email to

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