-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
32 lines (29 loc) · 1.02 KB
/
screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#term xterm-256color
attrcolor b ".I" # allow bold colors - necessary for some reason
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground
defbce on # use current bg color for erased chars
defscrollback 4096
nethack on
msgwait 15
vbell off
nonblock on
startup_message off
#caption always "%w"
shelltitle "@|"
#hardstatus always
#caption always '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
#caption always "%{= dR} %-Lw%50>%{= dG}%n%f* %{= dW}%t%{= dR}%+Lw%<"
caption always "%{= km}[%{M} %H %{m}] %-Lw%50>%{= mk} %n %t %{= km}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}"
bind ) select 10
bind ! select 11
bind @ select 12
bind \# select 13
bind \$ select 14
bind % select 15
bind \^ select 16
bind & select 17
bind * select 18
bind ( select 19
bind f eval "caption splitonly"
bind F eval "caption always"
escape "^Aa"