Files
zterm/src/layout/Framing.zig
Yves Biener a201f2b653
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 29s
mod: change widget interface Widget.content replaced with Widget.render
The .resize `Event` has been adapted to include an _anchor_, which
provide the full necessary information for each widget where to render
on the screen with what requested size. Each Widget can then dynamically
decide how and what to render (i.e. provide placeholder text in case the
size is too small, etc.).
2024-11-10 15:53:28 +01:00

3.4 KiB