diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-01-29 23:06:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 23:06:44 +0300 |
commit | f6651a997bd2af3f116d40d2a60b94c7508e00a1 (patch) | |
tree | 8bc7e4e62a5971878c9cb3eca31ec2fe21faf8b4 /CHANGELOG.md | |
parent | 094c2c9269685e8759104f2e9c05eca323a57fe4 (diff) | |
download | alacritty-f6651a997bd2af3f116d40d2a60b94c7508e00a1.tar.gz alacritty-f6651a997bd2af3f116d40d2a60b94c7508e00a1.zip |
Account for font.offset and glyph.offset in built-in font
This commit takes into account `font.offset` and `font.glyph_offset`
when generating built-in font.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1e7b67..a397984c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - OSC 4 not handling `?` - `?` in OSC strings reporting default colors instead of modified ones - OSC 104 not clearing colors when second parameter is empty +- Builtin font lines not contiguous when `font.offset` is used +- `font.glyph_offset` is no longer applied on builtin font ## 0.10.0 |