.screenrc

changeset 4
f75bf6b057bd
parent 3
b3850cb0506e
child 5
fa2f0f9008e8
equal deleted inserted replaced
3:b3850cb0506e 4:f75bf6b057bd
1 startup_message off 1 startup_message off
2 2
3 # babun on windows doesn't have utmp, i don't really work in situations
4 # where not being listed is a concern
5 deflogin off
6
7 # pass-through 256-color mode
3 attrcolor b ".I" 8 attrcolor b ".I"
4 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' 9 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
5 defbce "on" 10 defbce "on"
11 altscreen
6 12
7 altscreen 13 # status line & cur window in screen title
14 termcapinfo xterm*|Eterm|mlterm "hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007"
15 hardstatus off
16 hardstatus string "screen %n (%t)%? [%h]%?"
17 caption always "%{-b .b}%-w%{+b .b}%n%f*%t%{-}%+w"
18

mercurial