From: Simon Ruderich Date: Wed, 27 May 2009 15:01:03 +0000 (+0200) Subject: screenrc: Enable 256 colors. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0007fde74280cabbe534d49ea3d589a40d296279;p=config%2Fdotfiles.git screenrc: Enable 256 colors. --- diff --git a/screenrc b/screenrc index 945c139..05040cd 100644 --- a/screenrc +++ b/screenrc @@ -10,6 +10,12 @@ vbell off # Increase the scrollback buffer. defscrollback 10000 +# Enable 256 color mode. +term screen-256color +# Allow bold colors, not sure why this is necessary. Otherwise normal and bold +# colors are switched. Thanks to http://www.frexx.de/xterm-256-notes/. +attrcolor b ".I" + # Always display the status line. hardstatus on # Display the name of the window and the current hostname.