From 0007fde74280cabbe534d49ea3d589a40d296279 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 27 May 2009 17:01:03 +0200 Subject: [PATCH] screenrc: Enable 256 colors. --- screenrc | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.44.2