Files
zterm/examples/layouts
Yves Biener 38d31fae72
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 55s
feat(element): parameter *const App.Model
The renderer will provide `resize`, `reposition` and `minSize` (for
the `Scrollable` `Element`) with a read-only pointer to the model of
the application (similar to how it is already done for `handle` and
`content`). Every interface function now has the same data that it can
each use for implementing its corresponding task based on local and
shared variables through the element instance and model pointer.
2025-11-10 17:09:29 +01:00
..