-
Notifications
You must be signed in to change notification settings - Fork 7
/
screenrc.bgc
34 lines (27 loc) · 1.1 KB
/
screenrc.bgc
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
# ------------------------------------------------------------------------------
# SCREEN SETTINGS FOR BACKGROUND CONSOLE
# ------------------------------------------------------------------------------
startup_message off
deflogin on
vbell on
vbell_msg " Wuff ---- Wuff!! "
defscrollback 10000
altscreen on
bind ^k
bind ^\
bind s caption always
bind S caption splitonly
#shelltitle ' |bash' # changes dynamically via .bashrc
hardstatus off # use caption line for screen messages
hardstatus lastline "%h" # use hardstatus defined by .bashrc
caption always "%?%F%{= lk}%:%{=u dr}%? %H%=< %-Lw%{= rk}%50>%n%f %t%{-}%+Lw > %{= dd}%<"
termcapinfo vt100 dl=5\E[M
termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
termcapinfo xterm*|linux*|rxvt*|Eterm* OP
termcapinfo xterm|xterms|xs|rxvt ti@:te@
defnonblock 5
# ------------------------------------------------------------------------------
# STARTUP SCREENS
# ------------------------------------------------------------------------------
#screen -t mail 0 alpine