aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/cli.rs
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2022-01-06 00:45:06 +0300
committerGitHub <noreply@github.com>2022-01-06 00:45:06 +0300
commitf7177101eda589596ab08866892bd4629bd1ef44 (patch)
tree1aa31d8a3282d7c2e31671a90bfe6bc5c4f6197c /alacritty/src/cli.rs
parent2057ac243a9e38fe9789982ffe93d96d594652ef (diff)
downloadr-alacritty-f7177101eda589596ab08866892bd4629bd1ef44.tar.gz
r-alacritty-f7177101eda589596ab08866892bd4629bd1ef44.tar.bz2
r-alacritty-f7177101eda589596ab08866892bd4629bd1ef44.zip
Use builtin font for box drawing unicode characters
This commit adds hand rolled drawing of unicode box drawing[1] and block elements[2] from ranges U+2500 up to U+259f. While using system font for such characters will look better most of the time, the characters tend to overlap or not align, so providing builtin font is the lesser evil here. [1] - https://www.unicode.org/charts/PDF/U2500.pdf [2] - https://www.unicode.org/charts/PDF/U2580.pdf Fixes #5485.
Diffstat (limited to 'alacritty/src/cli.rs')
0 files changed, 0 insertions, 0 deletions