Mercurial > index.cgi > dotfiles
comparison .screen/joshua @ 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 | adb977adb9d7 |
children | cf01bff1c687 |
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 irssi 0 | 20 screen -t irssi 0 |
12 stuff 'irssi | 21 stuff 'irssi |
13 ' | 22 ' |
14 | 23 |
62 #vbell_msg " Wuff ---- Wuff!! " | 71 #vbell_msg " Wuff ---- Wuff!! " |
63 | 72 |
64 # all termcap entries are now duplicated as terminfo entries. | 73 # all termcap entries are now duplicated as terminfo entries. |
65 # only difference should be the slightly modified syntax, and check for | 74 # only difference should be the slightly modified syntax, and check for |
66 # terminfo entries, that are already corected in the database. | 75 # terminfo entries, that are already corected in the database. |
67 # | 76 # |
68 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | 77 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE |
69 # WS this sequence resizes our window. | 78 # WS this sequence resizes our window. |
70 # cs this sequence changes the scrollregion | 79 # cs this sequence changes the scrollregion |
71 # hs@ we have no hardware statusline. screen will only believe that | 80 # hs@ we have no hardware statusline. screen will only believe that |
72 # there is a hardware status line if hs,ts,fs,ds are all set. | 81 # there is a hardware status line if hs,ts,fs,ds are all set. |
109 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | 118 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: |
110 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 119 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' |
111 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 120 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' |
112 | 121 |
113 # | 122 # |
114 # Do not use xterms alternate window buffer. | 123 # Do not use xterms alternate window buffer. |
115 # This one would not add lines to the scrollback buffer. | 124 # This one would not add lines to the scrollback buffer. |
116 #termcap xterm|xterms|xs ti=\E7\E[?47l | 125 #termcap xterm|xterms|xs ti=\E7\E[?47l |
117 #terminfo xterm|xterms|xs ti=\E7\E[?47l | 126 #terminfo xterm|xterms|xs ti=\E7\E[?47l |
118 | 127 |
119 #make hp700 termcap/info better | 128 #make hp700 termcap/info better |