Files
zterm/examples
Yves Biener 4567963ff2
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 59s
mod(example/text): improve event loop; add stick table heading for used emphasis
This should be the way it should be done all the time, such that you
are not rendering for every input, but instead handle all `App.Event`s
that happened between the last render and the current. This shares
similarities with the continuous event loops, which also batches
the events only with the exception that it instead blocks (see
`App.Queue.poll`).
2025-11-02 16:10:11 +01:00
..