diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-20 00:05:51 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-20 00:05:51 +0200 |
| commit | a61cfeefb0599e74fc9189b189b16dd0b6d36f0f (patch) | |
| tree | 83e0934e190744605e91e69cd032e91c85eecf57 /docs/STATE.md | |
| parent | 1f2d7a8190876e3d1c541251e079a11a2cc637f2 (diff) | |
| download | bokf-0.1.44.tar.gz bokf-0.1.44.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.md | 5 |
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 |
