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 /CHANGELOG.md | |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 79893703..5a49ddd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed - `alacritty migrate` will ignore null values in yaml instead of erroring out +- Use built-in font for sextant symbols from `U+1FB00` to `U+1FB3B` ### Fixed |