diff .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
line wrap: on
line diff
--- a/.screen/xanadu	Wed Mar 27 15:59:55 2024 -0400
+++ b/.screen/xanadu	Wed Mar 27 16:05:57 2024 -0400
@@ -4,10 +4,19 @@
 bell_msg "^GBell in window %n"
 defnonblock 5
 nethack on
-hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " 
+hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c "
 hardstatus alwayslastline
 activity "^GActivity in window %n"
 
+# Some settings to try to make colors work right everywhere, hope this doesn't
+# backfire on a terminal I'm not thinking of...
+term screen-256color
+# I may only need that one after all but I'm keeping the others around just in
+# case...
+#attrcolor b ".I"
+#termcapinfo xterm-256color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
+#defbce=on
+
 screen -t elinks 0
 stuff 'elinks
'
 
@@ -68,7 +77,7 @@
 # all termcap entries are now duplicated as terminfo entries.
 # only difference should be the slightly modified syntax, and check for
 # terminfo entries, that are already corected in the database.
-# 
+#
 # G0 	we have a SEMI-GRAPHICS-CHARACTER-MODE
 # WS	this sequence resizes our window.
 # cs    this sequence changes the scrollregion
@@ -115,7 +124,7 @@
 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
 
 #
-# Do not use xterms alternate window buffer. 
+# Do not use xterms alternate window buffer.
 # This one would not add lines to the scrollback buffer.
 #termcap xterm|xterms|xs ti=\E7\E[?47l
 #terminfo xterm|xterms|xs ti=\E7\E[?47l