diff options
author | Popa Ioan Alexandru <49609151+ALEX11BR@users.noreply.github.com> | 2024-01-26 14:45:26 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-03-19 02:20:53 +0100 |
commit | c661eb462e5c3e54264f112609098f0542faaa4a (patch) | |
tree | 2501c7ba7c460a17fd87e298ce1641a5a209ae5f /CHANGELOG.md | |
parent | a526b733c90de92b0fdc3ce32a2549455c662e17 (diff) | |
download | alacritty-c661eb462e5c3e54264f112609098f0542faaa4a.tar.gz alacritty-c661eb462e5c3e54264f112609098f0542faaa4a.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 a6a53a56..1ae72180 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 |