Sean Carolan wrote:
How do you all get around this problem? Also, I'm wondering if there is an easy way to get mouse scrolling to work when reviewing terminal history in screen. It's a pain in the arse to CTRL-A then ESC to be able to scroll back.
man screen; look for option '-e'. for the lazy : 'screen -e^Zz'; and ^z becomes the command char.