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/bokftui.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clients/bokftui.c') 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); -- cgit v1.3