Fri, 30 May 2014 09:43:40 -0400
Be more defensive on windows, clean up and add sections
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]%?" | |
5
fa2f0f9008e8
Something usable in normal colorschemes and babun
Meredith Howard <mhoward@roomag.org>
parents:
4
diff
changeset
|
17 | caption always "%{-u wb}%-w%{+u Wb}%n%f*%t%{-}%+w" |
4 | 18 |