aboutsummaryrefslogtreecommitdiff
path: root/clients/tui.h
diff options
context:
space:
mode:
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);