aboutsummaryrefslogtreecommitdiff
path: root/clients/tui.h
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-19 23:27:03 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-19 23:27:03 +0200
commit86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c (patch)
treeb54766feb1a19b41b9f16c086d89c2f47d35dafc /clients/tui.h
parent985ae80d7f82cef7c273fae953c73f8bd909ebef (diff)
downloadbokf-86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c.tar.gz
bokf-86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c.zip
tui: bokslut footer explains the plan/post keysv0.1.42
Diffstat (limited to 'clients/tui.h')
-rw-r--r--clients/tui.h1
1 files changed, 1 insertions, 0 deletions
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);