t* sacc + cursorline and uri preview
       
   URI git clone git://git.codevoid.de/sacc-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit 3b5487d5273a9ee7dd367f8638aa9ac58646b250
   DIR parent 7496bf49839480d471dfc83a0aa7389b4a157e51
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Tue,  1 Jan 2019 10:45:52 +0100
       
       Ups, cursorline wassn't transparent
       
       Diffstat:
         M ui_ti.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/ui_ti.c b/ui_ti.c
       t@@ -13,7 +13,7 @@
        #define C(c) #c
        #define S(c) C(c)
        
       -#define SELECTION   "\x1B[31m\x1B[40m\x1B[1m"
       +#define SELECTION   "\x1B[31m"
        #define RESET       "\x1B[0m"
        
        static char bufout[256];