]> git.donarmstrong.com Git - home-base.git/commitdiff
* try to cleanup screenrc to get meta-up working
authorDon Armstrong <don@donarmstrong.com>
Wed, 3 Nov 2010 01:37:15 +0000 (01:37 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 3 Nov 2010 01:37:15 +0000 (01:37 +0000)
.screenrc

index 080d0da78f5b14320eda302a0e34a021ef225e2f..fdfe888ef29c48c781b169829cead92504a1cdfc 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,5 +1,12 @@
 startup_message off
-termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
+#termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
 nonblock on
 obuflimit 12000
-
+altscreen on
+# terminfo and termcap for nice 256 color terminal
+# allow bold colors - necessary for some reason
+attrcolor b ".I"
+# tell screen how to set colors. AB = background, AF=foreground
+#termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
+# erase background with current bg color
+defbce "on"