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


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to