]> git.pld-linux.org Git - packages/screen.git/commitdiff
- enable 256 colors
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 18 Feb 2009 18:30:03 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screenrc -> 1.5

screenrc

index 19861ee1f8d2217f1d11867eaebe77ae9fc10045..e4aaf964e9d0d494661051849b5aac38da2885a5 100644 (file)
--- a/screenrc
+++ b/screenrc
@@ -28,3 +28,11 @@ zombie "^Mr"
 
 # utf8 by default
 defutf8 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"
This page took 0.134079 seconds and 4 git commands to generate.