diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-28 20:19:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 20:19:15 +0000 |
commit | af30f3735a5e402509cb14b994576d0ea4799557 (patch) | |
tree | 057362d4a8042b44eaa9ff116a4d6ef41fff4fc1 /CHANGELOG.md | |
parent | 0815774cbfb9d1421b8077d5d9d641faf5f818c1 (diff) | |
download | alacritty-af30f3735a5e402509cb14b994576d0ea4799557.tar.gz alacritty-af30f3735a5e402509cb14b994576d0ea4799557.zip |
Fix rows only resetting partially
This resolves an issue with rows only resetting partially, based on
their `occ` state. However this state is not always accurate, so more
than just the occupied elements need to be cleared.
Fixes #2340.
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 0602efa7..7d3007a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Performance issues while resizing Alacritty - First unfullscreen action ignored on window launched in fullscreen mode - The window is now filled with the background color before displaying +- Cells sometimes not getting cleared correctly ## 0.3.3 |