From 10a535ace098144980d0ffd1593f6384c39cc221 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Sun, 20 Sep 2026 22:00:01 +0200 Subject: tui: split bokftui into screen files --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index 63c8adf..9798b4a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -78,6 +78,10 @@ forms behave the same everywhere, hints always visible, errors shown as `tui_pad_field`, `tui_message`, `show_error`) — never ncurses directly and never a local one-off loop. If no widget fits, extend the widget layer first (spec in `TUI-GUIDELINES.md` + tests in `tests/test_tui.c`). +Views live one file per group in `clients/screens_.c`; shared UI +helpers and `struct app` are in `clients/ui.[ch]`; the scene registry +(`struct scene SCENES[]` and `open_scene`) is in `clients/bokftui.c` with +`main`, login and the Ctrl+R reload. ## Verifying -- cgit v1.3