Pass all needed arguments to tparm() - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 6a9d83fffe834865655b58bfa68311479a1b019d
DIR parent 8b0cfaab71528fe330416ca034232a83ab3ba4c8
HTML 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
@@ -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));