diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:25 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:25 +0200 |
commit | 9d943c7539f59f42ba8f8052497dc541fe5f0167 (patch) | |
tree | c8725127bf7a68d3d7fe57adca45c204b25adf21 /etc/screenrc | |
parent | 0e9a09d7718f02726b12924f7ddb05a992202aa3 (diff) | |
download | screen-9d943c7539f59f42ba8f8052497dc541fe5f0167.tar.gz |
Imported Upstream version 4.0.2upstream/4.0.2
Diffstat (limited to 'etc/screenrc')
-rw-r--r-- | etc/screenrc | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/screenrc b/etc/screenrc index 716d86f..ca6561d 100644 --- a/etc/screenrc +++ b/etc/screenrc @@ -35,6 +35,9 @@ defscrollback 1000 # don't kill window after the process died # zombie "^[" +# enable support for the "alternate screen" capability in all windows +# altscreen on + ################ # # xterm tweaks @@ -133,8 +136,8 @@ bind ^] paste [.] # # screen -t local 0 -# screen -t mail 1 elm -# screen -t 40 2 rlogin faui40 +# screen -t mail 1 mutt +# screen -t 40 2 rlogin server # caption always "%3n %t%? @%u%?%? [%h]%?%=%c" # hardstatus alwaysignore @@ -145,5 +148,6 @@ bind ^] paste [.] # bind - resize -1 # bind _ resize max # -# attrcolor u "-u b" -# attrcolor b "R" +# defnonblock 1 +# blankerprg rain -d 100 +# idle 30 blanker |