From da47e8f9e18af244deb7340a6ebae1c64c4865f9 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 18 Nov 2018 11:14:00 -0500 Subject: [PATCH] [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. --- screenrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/screenrc b/screenrc index bbbdd9e..9b5bdbf 100644 --- 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" -- libgit2 0.28.4