diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-17 03:04:16 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-17 01:04:16 +0100 |
commit | 495a6f3526f5127c342d67980d0335f1ed4e235b (patch) | |
tree | 548846bfec427e786a8d90abdacec4ffbd11eafe /CHANGELOG.md | |
parent | 48861e463311145a653350688dc4bad83a528d91 (diff) | |
download | alacritty-495a6f3526f5127c342d67980d0335f1ed4e235b.tar.gz alacritty-495a6f3526f5127c342d67980d0335f1ed4e235b.zip |
Fix cell reset not clearing flags and foreground
Fixes #2330.
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 3fc0456e..68389f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selection not being cleared when sending chars through a binding - Mouse protocols/encodings not being mutually exclusive within themselves - Escape `CSI Ps M` deleting lines above cursor when at the bottom of the viewport +- Cell reset not clearing underline, strikeout and foreground color ### Removed |