From 86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Sat, 19 Sep 2026 23:27:03 +0200 Subject: tui: bokslut footer explains the plan/post keys --- clients/tui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'clients/tui.h') diff --git a/clients/tui.h b/clients/tui.h index ecaa141..0950eac 100644 --- a/clients/tui.h +++ b/clients/tui.h @@ -181,6 +181,7 @@ struct tui_form_field { int tui_form_next(int sel, int n, int ch); int tui_form_run(const char *title, struct tui_form_field *f, int n, int can_edit); +void tui_form_hint(const char *hint); /* overrides the footer for the next run */ int tui_form_run_hook(const char *title, struct tui_form_field *f, int n, int can_edit, int (*key)(void *ud, int ch), void *ud); -- cgit v1.3