Mercurial > index.cgi > dotfiles
comparison .screenrc @ 249:7833786173da
Fixing 256-color screens, removing some whitespace. Further screen changes may be needed...
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 27 Mar 2024 15:59:55 -0400 |
parents | 2bea356b1032 |
children | 5619e06b048e |
comparison
equal
deleted
inserted
replaced
248:fe6f4e3da0e7 | 249:7833786173da |
---|---|
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 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | 11 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 |
12 # with a few lines commented out so they don't interfere with the above. One | 12 # with a few lines commented out so they don't interfere with the above. One |
33 #vbell_msg " Wuff ---- Wuff!! " | 33 #vbell_msg " Wuff ---- Wuff!! " |
34 | 34 |
35 # all termcap entries are now duplicated as terminfo entries. | 35 # all termcap entries are now duplicated as terminfo entries. |
36 # only difference should be the slightly modified syntax, and check for | 36 # only difference should be the slightly modified syntax, and check for |
37 # terminfo entries, that are already corected in the database. | 37 # terminfo entries, that are already corected in the database. |
38 # | 38 # |
39 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | 39 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE |
40 # WS this sequence resizes our window. | 40 # WS this sequence resizes our window. |
41 # cs this sequence changes the scrollregion | 41 # cs this sequence changes the scrollregion |
42 # hs@ we have no hardware statusline. screen will only believe that | 42 # hs@ we have no hardware statusline. screen will only believe that |
43 # there is a hardware status line if hs,ts,fs,ds are all set. | 43 # there is a hardware status line if hs,ts,fs,ds are all set. |
80 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | 80 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: |
81 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 81 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' |
82 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | 82 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' |
83 | 83 |
84 # | 84 # |
85 # Do not use xterms alternate window buffer. | 85 # Do not use xterms alternate window buffer. |
86 # This one would not add lines to the scrollback buffer. | 86 # This one would not add lines to the scrollback buffer. |
87 #termcap xterm|xterms|xs ti=\E7\E[?47l | 87 #termcap xterm|xterms|xs ti=\E7\E[?47l |
88 #terminfo xterm|xterms|xs ti=\E7\E[?47l | 88 #terminfo xterm|xterms|xs ti=\E7\E[?47l |
89 | 89 |
90 #make hp700 termcap/info better | 90 #make hp700 termcap/info better |