summaryrefslogtreecommitdiff
path: root/docs/STATE.md
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-20 00:05:51 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-20 00:05:51 +0200
commita61cfeefb0599e74fc9189b189b16dd0b6d36f0f (patch)
tree83e0934e190744605e91e69cd032e91c85eecf57 /docs/STATE.md
parent1f2d7a8190876e3d1c541251e079a11a2cc637f2 (diff)
downloadbokf-a61cfeefb0599e74fc9189b189b16dd0b6d36f0f.tar.gz
bokf-a61cfeefb0599e74fc9189b189b16dd0b6d36f0f.zip
tui: remember the focused row in forms and the bokslut hubv0.1.44
Diffstat (limited to 'docs/STATE.md')
-rw-r--r--docs/STATE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md
index a108a52..d75f3cb 100644
--- a/docs/STATE.md
+++ b/docs/STATE.md
@@ -102,6 +102,11 @@ server/protocol/ledger only.
closed or already posted year). Årsredovisning and INK2/SRU left the
Rapporter menu, and Ingående balans moved from Bokföring to the
dashboard's Räkenskapsår section next to Räkenskapsår.
+ The form widgets remember focus across runs (`int *focus` as the last
+ argument to `tui_form_run*`: clamped to a selectable row on entry and
+ written back on every return; screens own a `static int sel`), so a
+ sub-screen round-trip or a field save returns the highlight to the
+ same row.
## Pending decisions