diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-22 23:47:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 23:47:59 +0300 |
commit | e61c28e451526d396131b0a1e9598705d56b2714 (patch) | |
tree | 79bebb5a617a80fedafc44660edd3f457def5d63 /CHANGELOG.md | |
parent | 767d59155a5d834d22ccb7c7d439b418ffad5404 (diff) | |
download | alacritty-e61c28e451526d396131b0a1e9598705d56b2714.tar.gz alacritty-e61c28e451526d396131b0a1e9598705d56b2714.zip |
Fix underline position for bitmap fonts
Fixes #3235.
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 a67a8303..2e9019f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Incorrect selection status of the first cell when selection is off screen - Backwards bracket selection - Stack overflow when printing shader creation error +- Underline position for bitmap fonts ### Removed |