diff options
Diffstat (limited to 'clients/bokftui.c')
| -rw-r--r-- | clients/bokftui.c | 3 |
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); |
