GNU Screen: Remap mouse-wheel to active scroll back.
Posted
by
User1
on Super User
See other posts from Super User
or by User1
Published on 2010-07-05T16:32:18Z
Indexed on
2011/02/10
7:27 UTC
Read the original article
Hit count: 422
gnu-screen
I am using Screen with MinTTY at a bash prompt. Sometimes I want to activate scrollback and copy some stuff that was on the output. My first instinct is to scroll with the mouse, but all that happens is old bash commands start showing up (like when I press the up arrow). Is there a way to re-map the mouse wheel to:
- Go into scrollback mode, or
- If already in scrollback mode, start moving up in the scrollback window
© Super User or respective owner