diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-12-28 12:45:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 09:45:39 +0000 |
commit | 12fbd0051cd743bcea79f45777325f76485fd865 (patch) | |
tree | 8e09bf529451b21bfffaa27ed42116338837216c /CHANGELOG.md | |
parent | fdc10d270e423e6bec756cab61b502e28260129e (diff) | |
download | alacritty-12fbd0051cd743bcea79f45777325f76485fd865.tar.gz alacritty-12fbd0051cd743bcea79f45777325f76485fd865.zip |
Draw cursor with rect renderer
This commit makes cursors being drawn via rects, thus it's always above
underlines/strikeouts. Also, since the cursor isn't a glyph anymore, it
can't be obscured due to atlas switching while glyphs are rendered.
Fixes #4404.
Fixes #3471.
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 63c7c8ba..c05d2a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - 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 +- Underline cursor being obscured by underline +- Cursor not being rendered with a lot of unicode glyphs visible ### Removed |