diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-11-11 19:28:19 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 19:28:19 +0400 |
commit | 4a2666706062934c4830e73672e78fcde3210310 (patch) | |
tree | c9c14c7dc67f83bfbd2331b6e5ab6f4e95a47adf /extra | |
parent | 7ea927ffc1b345216d65be5154f0ec68cd243890 (diff) | |
download | alacritty-4a2666706062934c4830e73672e78fcde3210310.tar.gz alacritty-4a2666706062934c4830e73672e78fcde3210310.zip |
Use builtin font to draw powerline symbols
In addition to box drawing it was decided to also draw powerline
symbols, since those are quite common and rather simple to draw with
present box drawing infra.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 0d4c28cf..9ca82e5f 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -256,7 +256,8 @@ macOS: _{ family = "Menlo", style = "Regular" }_ *builtin_box_drawing* <boolean> When _true_, Alacritty will use a custom built-in font for box drawing - characters (Unicode points _U+2500_ - _U+259f_). + characters (Unicode points _U+2500_ - _U+259F_) and powerline symbols + (Unicode points _U+E0B0_ - _U+E0B3_). Default: _true_ |