mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
Add pad-extend option
Adds a new boolean option `pad-extend` that extends edge cell background colors into the terminal padding/margins, similar to Ghostty's behavior. When enabled, the left/right margins use the background color of the adjacent edge cells, and top/bottom margins use the colors of the first/last row cells. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6fbb9b7d3b
commit
14c9486398
4 changed files with 113 additions and 0 deletions
|
|
@ -320,6 +320,13 @@ empty string to be set, but it must be quoted: *KEY=""*)
|
|||
|
||||
Default: _0x0_ center-when-maximized-and-fullscreen.
|
||||
|
||||
*pad-extend*
|
||||
Extend the background color of edge cells into the padding area.
|
||||
Left/right margins use the adjacent edge cell colors, top/bottom
|
||||
margins use the first/last row cell colors.
|
||||
|
||||
Default: _no_
|
||||
|
||||
*resize-delay-ms*
|
||||
|
||||
Time, in milliseconds, of "idle time" before foot performs text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue