-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.screenrc
38 lines (27 loc) · 934 Bytes
/
.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
33
34
35
36
37
38
# skip the startup message
startup_message off
# Automatically detach on hangup.
autodetach on
# If a screen dies, don't freeze the whole screen waiting for it.
nonblock on
# Change default scrollback value for new windows
defscrollback 10000
scrollback 10000
# start with visual bell as default
vbell off
vbell_msg "Bell on %t (%n)"
# look and feel
caption always "%{=b kR}[%u%H][%{-b}%{W}%l%{b R}][%= %{= kw}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{=b R}]%{=b R}[%{-b W} %d %M %c %{=b R}]%{W}"
hardstatus alwaysignore
# nethack :)
nethack on
activity "Activity in %t (%n)"
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# tell screen how to set colors. AB = background, AF=foreground
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
# erase background with current bg color
defbce "on"
# set TERM
term xterm-256color