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 6a9d83fffe834865655b58bfa68311479a1b019d
   DIR parent 8b0cfaab71528fe330416ca034232a83ab3ba4c8
   URI Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 16 Jul 2018 13:33:19 +0200
       
       Pass all needed arguments to tparm()
       
       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@@ -274,7 +274,7 @@ uidisplay(Item *entry)
                                           0, 0, 0, 0, 0, 0, 0, 0, 0));
                        }
                        printitem(&items[i]);
       -                putp(tparm(column_address, 0, 0, 0, 0, 0, 0, 0, 0));
       +                putp(tparm(column_address, 0, 0, 0, 0, 0, 0, 0, 0, 0));
                        if (i == curln)
                                putp(tparm(exit_standout_mode,
                                           0, 0, 0, 0, 0, 0, 0, 0, 0));