Mercurial > index.cgi > dotfiles
comparison .screenrc @ 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 | 7833786173da |
children |
comparison
equal
deleted
inserted
replaced
249:7833786173da | 250:5619e06b048e |
---|---|
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 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | 20 # 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 | 21 # with a few lines commented out so they don't interfere with the above. One |
13 # note, the 'deflogin' setting causes a complaint on Macs because they don't | 22 # note, the 'deflogin' setting causes a complaint on Macs because they don't |
14 # use it; but it's only when one starts a screen, and only for a second or | 23 # use it; but it's only when one starts a screen, and only for a second or |