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 743996be6ac2a53ed8356d8a3980d96e070a7f01
   DIR parent 4e0bffd65a520f7c373aa0295f74d6d7acc3dcb7
   URI Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sat, 24 Feb 2018 14:39:28 +0100
       
       Make the screen interface the default
       
       Diffstat:
         M config.mk                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.mk b/config.mk
       t@@ -4,10 +4,10 @@ MANDIR = $(PREFIX)/share/man/man1
        
        # UI type
        # txt (textual)
       -UI=txt
       +#UI=txt
        # ti (screen-oriented)
       -#UI=ti
       -#LIBS=-lcurses
       +UI=ti
       +LIBS=-lcurses
        
        # Stock FLAGS
        SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE $(CFLAGS)