comparison .screen/xanadu @ 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 c36986d268eb
children 683c57231568
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
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
10 19
11 screen -t elinks 0 20 screen -t elinks 0
12 stuff 'elinks 21 stuff 'elinks
13 ' 22 '
14 23
70 #vbell_msg " Wuff ---- Wuff!! " 79 #vbell_msg " Wuff ---- Wuff!! "
71 80
72 # all termcap entries are now duplicated as terminfo entries. 81 # all termcap entries are now duplicated as terminfo entries.
73 # only difference should be the slightly modified syntax, and check for 82 # only difference should be the slightly modified syntax, and check for
74 # terminfo entries, that are already corected in the database. 83 # terminfo entries, that are already corected in the database.
75 # 84 #
76 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE 85 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE
77 # WS this sequence resizes our window. 86 # WS this sequence resizes our window.
78 # cs this sequence changes the scrollregion 87 # cs this sequence changes the scrollregion
79 # hs@ we have no hardware statusline. screen will only believe that 88 # hs@ we have no hardware statusline. screen will only believe that
80 # there is a hardware status line if hs,ts,fs,ds are all set. 89 # there is a hardware status line if hs,ts,fs,ds are all set.
117 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: 126 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l:
118 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' 127 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
119 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' 128 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
120 129
121 # 130 #
122 # Do not use xterms alternate window buffer. 131 # Do not use xterms alternate window buffer.
123 # This one would not add lines to the scrollback buffer. 132 # This one would not add lines to the scrollback buffer.
124 #termcap xterm|xterms|xs ti=\E7\E[?47l 133 #termcap xterm|xterms|xs ti=\E7\E[?47l
125 #terminfo xterm|xterms|xs ti=\E7\E[?47l 134 #terminfo xterm|xterms|xs ti=\E7\E[?47l
126 135
127 #make hp700 termcap/info better 136 #make hp700 termcap/info better