sacc

sacc (saccomys): simple gopher client.
Log | Files | Refs | LICENSE

commit 6a9d83fffe834865655b58bfa68311479a1b019d
parent 8b0cfaab71528fe330416ca034232a83ab3ba4c8
Author: Leonardo Taccari <iamleot@gmail.com>
Date:   Mon, 16 Jul 2018 13:33:19 +0200

Pass all needed arguments to tparm()

Diffstat:
ui_ti.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui_ti.c b/ui_ti.c @@ -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));