From: Arkadiusz Miƛkiewicz Date: Wed, 18 Feb 2009 18:30:03 +0000 (+0000) Subject: - enable 256 colors X-Git-Tag: auto/th/screen-4_0_3-8~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fscreen.git;a=commitdiff_plain;h=a7311d55216b583a999e869661acb307e8ad9709 - enable 256 colors Changed files: screenrc -> 1.5 --- diff --git a/screenrc b/screenrc index 19861ee..e4aaf96 100644 --- 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"