-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
28 lines (25 loc) · 1.12 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
nethack on # default: off
autodetach on # default: on
crlf off # default: off
deflogin off # default: on
defsilence off # default: off
hardcopy_append on # default: off
startup_message off # default: on
vbell off # default: ???
altscreen on # default: off
defbce on # default: off
defnonblock on # default: off
attrcolor b ".I"
defscrollback 100000 # default: 100
msgminwait 3 # default: 1
silencewait 15 # default: 30
defutf8 on
shell -$SHELL
term "screen-256color"
# 2 line colorful statusbar
hardstatus alwayslastline
hardstatus string "%{.WK}%-w%{.ry}%n %t%{-}%+w %=%{+b ..K}%H %m/%d %C%a "
sorendition yr # yellow on red
# 1 line lean statusbar
#hardstatus alwayslastline
#hardstatus string "%{+b wk} %-w%{+b wk} %n %t %{-}%+w %41=%H @ %l %-= %= %D,%c:%s "