update docs

This commit is contained in:
2026-01-23 07:56:25 -05:00
parent 8c7cb24171
commit a3c01d4b5a
5 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ View (hiccup) → Render (ANSI string) → Terminal (raw mode I/O)
2. Runtime renders initial view
3. Input loop reads keys, puts messages on channel
4. Update function processes messages, may return commands
5. Commands execute async (ticks, batches), put results back on channel
5. Commands execute async (timers, batches), put results back on channel
6. Loop until `[:quit]` command
### Command Types