From b48ab148ff54c7e2e816765840568614d9e966f9 Mon Sep 17 00:00:00 2001 From: Popa Ioan Alexandru <49609151+ALEX11BR@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:45:26 +0200 Subject: 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. --- extra/man/alacritty.5.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') 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_ -- cgit