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 c15197ca5f00c090cce31f7b497dc4b536484200
   DIR parent 2082fb355fb5684f67fbf4131584bdfc36750fae
   URI Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  3 Nov 2017 19:24:33 +0100
       
       minor style fix
       
       Diffstat:
         M ui_txt.c                            |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/ui_txt.c b/ui_txt.c
       t@@ -26,12 +26,14 @@ termlines(void)
        }
        
        void
       -uisetup(void) {
       +uisetup(void)
       +{
                lines = termlines();
        }
        
        void
       -uicleanup(void) {
       +uicleanup(void)
       +{
                return;
        }