t* sacc + cursorline and uri preview
       
   URI git clone git://git.codevoid.de/sacc-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       tconfig.mk (330B)
       ---
            1 # Install paths
            2 PREFIX = /usr/local
            3 MANDIR = $(PREFIX)/share/man/man1
            4 
            5 # UI type
            6 # txt (textual)
            7 #UI=txt
            8 # ti (screen-oriented)
            9 UI=ti
           10 LIBS=-lcurses
           11 
           12 # Define NEED_ASPRINTF and/or NEED_STRCASESTR in your cflags if your system does
           13 # not provide asprintf() or strcasestr(), respectively.
           14 #CFLAGS = -DNEED_ASPRINTF -DNEED_STRCASESTR