Tue, 27 May 2014 00:06:55 -0400
Customize screen
3 | 1 | startup_message off |
2 | ||
4 | 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 | 8 | attrcolor b ".I" |
9 | termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
10 | defbce "on" | |
4 | 11 | altscreen |
3 | 12 | |
4 | 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 |