diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-02-05 20:53:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-05 20:53:38 +0300 |
commit | 8b3f229c3d26b9736a53698e9593b8ae5db6c6dd (patch) | |
tree | 2e6e8c3159f9d88d89e877fe5637a552d7e4dfb5 /CHANGELOG.md | |
parent | 4e07600c7239cd86728783ada36ab0e9c23c0c6e (diff) | |
download | alacritty-8b3f229c3d26b9736a53698e9593b8ae5db6c6dd.tar.gz alacritty-8b3f229c3d26b9736a53698e9593b8ae5db6c6dd.zip |
Align quadrants with half blocks in built-in font
Fixes #6201.
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 c120f332..4002aa35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Low frame rate when multiple windows render at the same time - Redraw hanging until a keypress on X11 in rare cases - Window clipping when maximizing a window without decorations on Windows +- Quadrants not aligned with half blocks with built-in font ### Removed |