support four-sided padding (left/top/right/bottom)

This commit is contained in:
pi66 2025-12-19 12:17:29 +01:00 committed by Daniel Eklöf
parent fbf4304731
commit 21485fa66d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 69 additions and 29 deletions

View file

@ -78,6 +78,8 @@
* `[colors-light]` section to `foot.ini`. Replaces `[colors2]`.
* `XTGETTCAP`: added `query-os-name`, returning the OS foot is
compiled for (e.g. _'Linux'_) ([#2209][2209]).
* `pad` option now supports 4-directional padding format:
`LEFTxTOPxRIGHTxBOTTOM` (e.g., `20x10x20x10`).
[2212]: https://codeberg.org/dnkl/foot/issues/2212
[2209]: https://codeberg.org/dnkl/foot/issues/2209