summaryrefslogtreecommitdiff
path: root/clients/screens_invoices.c
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-21 15:50:37 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-21 15:50:37 +0200
commit69777086ffad917b7a48d57df9dccf4e21a0a364 (patch)
tree91a0d4a2e02dd589e9d5066248a031776892d772 /clients/screens_invoices.c
parentdb03b0b2875e6981fdb86c5c3c23d1a59280f222 (diff)
downloadbokf-0.1.59.tar.gz
bokf-0.1.59.zip
tui: level-2 modifyOtherKeys, Kitty keyboard protocol and ^Enter/F9 hintsv0.1.59
Diffstat (limited to 'clients/screens_invoices.c')
-rw-r--r--clients/screens_invoices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/screens_invoices.c b/clients/screens_invoices.c
index b8cc8dd..ca59eef 100644
--- a/clients/screens_invoices.c
+++ b/clients/screens_invoices.c
@@ -1092,7 +1092,7 @@ static int64_t invoices_new(struct app *a)
tui_rt_set_fields(&f.rt, ff, 7);
const char *hint =
"Enter = välj/ändra Tab = byta fält F5 = förhandsvisa"
- " ^Enter = utfärda Esc = avbryt";
+ " ^Enter/F9 = utfärda Esc = avbryt";
int64_t out = 0;
for (;;) {
int rr = tui_rt_run("Ny faktura", &f.rt, hint);