dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit da47e8f9e18af244deb7340a6ebae1c64c4865f9 (patch)
parent 9d05f702dfb983266b28be9ee125ef0e44bb0516
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun, 18 Nov 2018 11:14:00 -0500

[screen] add truecolor support

This only works on newer versions of screen, and doesn't seem to
work on mac as of now...

Had to compile from source on Debian to get truecolor working. It
worked, but other things broke.

Diffstat:
Mscreenrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/screenrc b/screenrc @@ -5,6 +5,9 @@ # Set the $TERM to be screen-256color term screen-256color +# truecolor (hopefully) +truecolor "on" + # Allow bold colors (don't delete) attrcolor b ".I"