diff options
author | Popa Ioan Alexandru <49609151+ALEX11BR@users.noreply.github.com> | 2024-01-26 14:45:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 16:45:26 +0400 |
commit | b48ab148ff54c7e2e816765840568614d9e966f9 (patch) | |
tree | 58a07d25344bdb44ee61b4b7bd70bbcd7f9961d8 /extra | |
parent | 79b686df419d90e5557d1b7000f51f012986c141 (diff) | |
download | alacritty-b48ab148ff54c7e2e816765840568614d9e966f9.tar.gz alacritty-b48ab148ff54c7e2e816765840568614d9e966f9.zip |
Use builtin font to draw sextants
Sextants are similar to quadrants and should align with them and
other box drawing, thus use builtin font to align them properly.
Part-of: #7422.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index b74d1fe3..8786e5a4 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -272,8 +272,8 @@ macOS: { family = _"Menlo"_, style = _"Regular"_ } *builtin_box_drawing* = _true_ | _false_ When _true_, Alacritty will use a custom built-in font for box drawing - characters (Unicode points _U+2500_ - _U+259F_) and powerline symbols - (Unicode points _U+E0B0_ - _U+E0B3_). + characters (Unicode points _U+2500_ - _U+259F_), legacy computing symbols + (_U+1FB00_ - _U+1FB3B_), and powerline symbols (_U+E0B0_ - _U+E0B3_). Default: _true_ |