diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-06-09 19:31:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 16:31:08 +0000 |
commit | 90552e3e7f8f085919a39435a8a68b3a2f633e54 (patch) | |
tree | 711534a54f813a8aad9fe2c3015478ba5ad03d31 /CHANGELOG.md | |
parent | 6dc670cde0c136e28c71d4ebe67c5c8bb9df65b1 (diff) | |
download | alacritty-90552e3e7f8f085919a39435a8a68b3a2f633e54.tar.gz alacritty-90552e3e7f8f085919a39435a8a68b3a2f633e54.zip |
Fix flickering during resize on Wayland
This also fixes an issue of windows not being rendered while resizing.
Fixes #6069.
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 69d28921..46a9d77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Bottom gap for certain builtin box drawing characters - Incorrect built-in glyphs for `U+2567` and `U+2568` - Character mappings in the DEC special graphics character set (line drawing) +- Window flickering on resize on Wayland ## 0.10.1 |