comparison .screen/csesbh2 @ 250:5619e06b048e

On second thought, just make it default. Updated the others too.
author Steve Huston <huston@srhuston.net>
date Wed, 27 Mar 2024 16:05:57 -0400
parents 01056f1c3c9d
children b00e6b403896
comparison
equal deleted inserted replaced
249:7833786173da 250:5619e06b048e
2 2
3 vbell off 3 vbell off
4 bell_msg "^GBell in window %n" 4 bell_msg "^GBell in window %n"
5 defnonblock 5 5 defnonblock 5
6 nethack on 6 nethack on
7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " 7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c "
8 hardstatus alwayslastline 8 hardstatus alwayslastline
9 activity "^GActivity in window %n" 9 activity "^GActivity in window %n"
10 10
11 # Some settings to try to make colors work right everywhere, hope this doesn't
12 # backfire on a terminal I'm not thinking of...
13 term screen-256color
14 # I may only need that one after all but I'm keeping the others around just in
15 # case...
16 #attrcolor b ".I"
17 #termcapinfo xterm-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
18 #defbce=on
19
11 screen -t fixme 0 20 screen -t fixme 0
12 #stuff 'r 172.24.0.2 -t "tail -F /var/log/everything | egrep -v \"(kernel.*trap invalid opcode|OpenSM|__ratelimit: .* callbacks suppressed|TRAPMGR|LOG_ERROR::Cannot allocate memory)\"" 21 #stuff 'r 172.24.0.2 -t "tail -F /var/log/everything | egrep -v \"(kernel.*trap invalid opcode|OpenSM|__ratelimit: .* callbacks suppressed|TRAPMGR|LOG_ERROR::Cannot allocate memory)\""
13 ' 22 '
14 23
15 screen -t ldap1 1 24 screen -t ldap1 1
69 #vbell_msg " Wuff ---- Wuff!! " 78 #vbell_msg " Wuff ---- Wuff!! "
70 79
71 # all termcap entries are now duplicated as terminfo entries. 80 # all termcap entries are now duplicated as terminfo entries.
72 # only difference should be the slightly modified syntax, and check for 81 # only difference should be the slightly modified syntax, and check for
73 # terminfo entries, that are already corected in the database. 82 # terminfo entries, that are already corected in the database.
74 # 83 #
75 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE 84 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
76 # WS this sequence resizes our window. 85 # WS this sequence resizes our window.
77 # cs this sequence changes the scrollregion 86 # cs this sequence changes the scrollregion
78 # hs@ we have no hardware statusline. screen will only believe that 87 # hs@ we have no hardware statusline. screen will only believe that
79 # there is a hardware status line if hs,ts,fs,ds are all set. 88 # there is a hardware status line if hs,ts,fs,ds are all set.
116 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: 125 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
117 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' 126 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
118 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' 127 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
119 128
120 # 129 #
121 # Do not use xterms alternate window buffer. 130 # Do not use xterms alternate window buffer.
122 # This one would not add lines to the scrollback buffer. 131 # This one would not add lines to the scrollback buffer.
123 #termcap xterm|xterms|xs ti=\E7\E[?47l 132 #termcap xterm|xterms|xs ti=\E7\E[?47l
124 #terminfo xterm|xterms|xs ti=\E7\E[?47l 133 #terminfo xterm|xterms|xs ti=\E7\E[?47l
125 134
126 #make hp700 termcap/info better 135 #make hp700 termcap/info better