-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.screenrc
36 lines (28 loc) · 1.05 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
33
34
35
36
#http://quadpoint.org/articles/irssi/#utf8_in_irssi_and_screenvbell [on|off]
vbell off
#vbell_msg [message]
#vbellwait sec
defutf8 on
termcapinfo xterm* 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
startup_message off
defbce "on"
term xterm
# http://superuser.com/questions/203090/irssi-in-screen-reconnecting-to-servers-when-ssh-connection-lost
defnonblock on
defscrollback 10000
# http://billnye.blinkenshell.org/irssi/screenrc
hardstatus on
hardstatus alwayslastline
#hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
## to disable manually: C-a : hardstatus ignore
# 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"
# for irssi hangs
defnonblock on
# autodetach on