-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenrc
38 lines (29 loc) · 864 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
vbell off
autodetach on
startup_message off
utf8 on
defutf8 on
term screen-256color
terminfo rxvt-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defscrollback 1000
## status bar
#hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%{g}][%{W}%l%{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}[ %c | %D - %d %M %Y]'
%{m}%c %{c}%d.%m.%Y%{r}
## Misc settings
# To clear the screen after closing some programs
altscreen on
# erase background with current bg color
defbce "on"
# set TERM
#term screen-256color-bce
# terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
defnonblock on
# Autodetach session on hangup instead of terminating screen completely
autodetach on
# Use a 30000-line scrollback buffer
defscrollback 30000
termcapinfo xterm ti@:te@