]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Enable 256 colors.
authorSimon Ruderich <simon@ruderich.org>
Wed, 27 May 2009 15:01:03 +0000 (17:01 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 27 May 2009 15:01:03 +0000 (17:01 +0200)
screenrc

index 945c13967d6a838c24c08b09a135a0f8aaec059e..05040cd85651f53a30e432aec953819549906b6e 100644 (file)
--- 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.