diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-12-24 01:28:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 22:28:41 +0000 |
commit | fdc10d270e423e6bec756cab61b502e28260129e (patch) | |
tree | cb55f8cfb7776d861d50b7b3e5b2d165d3f38ce7 /CHANGELOG.md | |
parent | f19cbca9b4c98a33b786bd971e3abae66bd16e26 (diff) | |
download | alacritty-fdc10d270e423e6bec756cab61b502e28260129e.tar.gz alacritty-fdc10d270e423e6bec756cab61b502e28260129e.zip |
Hide "missing" glyp for zerowidth character
This patch prevents missing zerowidth glyphs from obscuring the rendered
glyph of a cell.
The missing glyph itself is also consistently loaded and displayed on
all platforms. It is initialized once together with the ascii symbols
and then written to the atlas only once for every cached missing glyph.
Co-authored-by: Christian Duerr <contact@christianduerr.com>
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 d9701053..63c7c8ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Nonexistent config imports are ignored instead of raising an error - Value for disabling logging with `config.log_level` is `Off` instead of `None` +- Missing glyph symbols are no longer drawn for zerowidth characters ### Fixed @@ -43,6 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Alacritty not discarding invalid escape sequences starting with ESC - Crash due to clipboard not being properly released on Wayland - Shadow artifacts when resizing transparent windows on macOS +- Missing glyph symbols not being rendered for missing glyphs on macOS and Windows ### Removed |