diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-12-24 20:51:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-24 20:51:06 +0000 |
commit | 9da0c042d4d4ef72b4488424df5c20d14d4e9585 (patch) | |
tree | 945b1356fb1c0a999f3b0aa5ed39c2dba6e35630 /CHANGELOG.md | |
parent | 44037fa42aa80002ce54f0a8e4a6203e3e12aaf5 (diff) | |
download | alacritty-9da0c042d4d4ef72b4488424df5c20d14d4e9585.tar.gz alacritty-9da0c042d4d4ef72b4488424df5c20d14d4e9585.zip |
Fix screen reset not clearing cell flags
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 a7e6ddb7..6c3c4114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Vague startup crash messages on Windows with WinPTY backend - Deadlock on Windows when closing Alacritty using the title bar "X" button (ConPTY backend) - Crash on `clear` when scrolled up in history +- Entire screen getting underlined/stroke out when running `clear` ## 0.4.0 |