diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-19 23:27:03 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-19 23:27:03 +0200 |
| commit | 86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c (patch) | |
| tree | b54766feb1a19b41b9f16c086d89c2f47d35dafc /clients/tui.h | |
| parent | 985ae80d7f82cef7c273fae953c73f8bd909ebef (diff) | |
| download | bokf-0.1.42.tar.gz bokf-0.1.42.zip | |
tui: bokslut footer explains the plan/post keysv0.1.42
Diffstat (limited to 'clients/tui.h')
| -rw-r--r-- | clients/tui.h | 1 |
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); |
