How to get Mac OS X Terminal.app and screen/vim scrolling to play nice?

Posted by rustychains on Super User See other posts from Super User or by rustychains
Published on 2010-04-01T22:47:00Z Indexed on 2010/04/02 2:13 UTC
Read the original article Hit count: 351

Filed under:
|
|

OSX 10.6.3 Terminal.app

Am a pretty dedicated screen user. Terminal.app line buffer and/or scroll does not seem to work for me. That is while in screen anything that goes past the top of the frame is gone, can't scroll back to. This seems to work ok in other terminal apps gnome, cygwin. Perhaps this is a shell env, config, or command?

.screenrc:

startup_message off  
autodetach on  
shell -$SHELL  
vbell off  
defutf8 on  
caption always  
caption string "%{= wk}%w"  

I have tried using defscrollback here with different values, but doesn't have an effect.

some .bashrc settings:

set -o physical  
export TERM=xterm-color  
shopt -s checkwinsize  

© Super User or respective owner

Related posts about osx

Related posts about terminal.app