summaryrefslogtreecommitdiff
path: root/clients/bokftui.c
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/bokftui.c
parent985ae80d7f82cef7c273fae953c73f8bd909ebef (diff)
downloadbokf-86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c.tar.gz
bokf-86c0ef0e30f6cb24db04f20a326cf5fb4b616c3c.zip
tui: bokslut footer explains the plan/post keysv0.1.42
Diffstat (limited to 'clients/bokftui.c')
-rw-r--r--clients/bokftui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/bokftui.c b/clients/bokftui.c
index 64bed07..aa7233b 100644
--- a/clients/bokftui.c
+++ b/clients/bokftui.c
@@ -4539,6 +4539,9 @@ static void bokslut_screen(struct app *a)
ff[7].value = rate;
ff[7].cap = sizeof rate;
ff[7].kind = TUI_F_TEXT;
+ tui_form_hint("upp/ned/Home/End Enter = ändra F5 = visa"
+ " bokslutsplan ^Enter = bokför planen (frågar"
+ " först) Esc/q = tillbaka ^C = avsluta");
int r = tui_form_run("Bokslut", ff, nf + 2, can_edit);
if (r >= 0 && r < nf) {
yyjson_mut_doc *d = yyjson_mut_doc_new(NULL);