initial edge bleed impl

This commit is contained in:
Michael Peters 2026-03-21 09:53:02 -07:00
parent 2fb7bb0ea4
commit e6f8622723
6 changed files with 247 additions and 5 deletions

View file

@ -1859,6 +1859,17 @@ any of these options.
Default: _yes_.
*edge-bg-bleed*
Boolean. When enabled, the background color of edge cells (cells at
the borders of the grid) is extended into the padding/margin area,
instead of using the default background color.
This makes colored backgrounds (e.g. status bars, syntax
highlighting) extend to the window edge rather than stopping at the
grid boundary with a visible gap.
Default: _no_.
*render-timer*
Enables a frame rendering timer, that prints the time it takes to
render each frame, in microseconds, either on-screen, to stderr,