Files
zterm/src/container.zig
Yves Biener 66b3a77805
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Has been cancelled
feat(container): negative layout padding
Negative paddings use the current size to calculate the padding from
the opposite orientation. For a given dimension (horizontal or vertical)
if the size is `30` a padding of `5` would be equivalent to a padding
of `-25`. This enables to describe the size of the container using
the padding property of the `Layout` and gives users more freedom to
describe different layouts.
2025-07-11 22:33:32 +02:00

39 KiB