Hi Jostein,
Thanks for the reply.
1. I am using iTerm2 on macOS, with TERM as xterm-256color in my
bashrc. I am not able to use mouse-scroll. I added "termcapinfo
xterm* ti@:te@“ to my .screenrc, but it doesn’t work
You can also try to put this in your .screenrc:
etenv TERM screen shel
Thanks Neal. I followed your suggestion and have done the following,
which works perfectly:
# Zoom current window
bind z eval "layout save default" "layout save zoomed" "only"
# Restore the layout
bind r eval "layout select default"
I found that I need to start a new layout before issuing "onl