.screenrc

Tue, 27 May 2014 00:38:03 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 27 May 2014 00:38:03 -0400
changeset 5
fa2f0f9008e8
parent 4
f75bf6b057bd
child 15
ea93e309d4dd
permissions
-rw-r--r--

Something usable in normal colorschemes and babun

3
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 startup_message off
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2
4
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
3 # babun on windows doesn't have utmp, i don't really work in situations
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
4 # where not being listed is a concern
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
5 deflogin off
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
6
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
7 # pass-through 256-color mode
3
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
8 attrcolor b ".I"
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
9 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
10 defbce "on"
4
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
11 altscreen
3
b3850cb0506e add 256-color screenrc
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
12
4
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
13 # status line & cur window in screen title
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
14 termcapinfo xterm*|Eterm|mlterm "hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007"
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
15 hardstatus off
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
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
f75bf6b057bd Customize screen
Meredith Howard <mhoward@roomag.org>
parents: 3
diff changeset
18

mercurial