From 4a2666706062934c4830e73672e78fcde3210310 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 11 Nov 2023 19:28:19 +0400 Subject: 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. --- extra/man/alacritty.5.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra') 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* 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_ -- cgit