mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
config: add tweak.box-drawing-solid-shades=yes|no
When enabled, shades are rendered as solid blocks, using a darker variant of the current foreground color. When disabled, shades are instead rendered in a checker box pattern, using the foreground color unmodified. Default is enabled.
This commit is contained in:
parent
c0bd152218
commit
e7109d6b77
4 changed files with 31 additions and 10 deletions
|
|
@ -809,6 +809,16 @@ any of these options.
|
|||
larger font (and thus larger cells) result in thicker
|
||||
lines. Default: _0.04_.
|
||||
|
||||
*box-drawing-solid-shades*
|
||||
Boolean. When enabled, box drawing "shades" (e.g. LIGHT SHADE,
|
||||
MEDIUM SHADE and DARK SHADE) are rendered as solid blocks using a
|
||||
darker variant of the current foreground color.
|
||||
|
||||
When disabled, they are instead rendered as checker box pattern,
|
||||
using the current foreground color as is.
|
||||
|
||||
Default: _yes_.
|
||||
|
||||
*delayed-render-lower*, *delayed-render-upper*
|
||||
These two values control the timeouts (in nanoseconds) that are
|
||||
used to mitigate screen flicker caused by clients writing large,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue