diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-06-26 19:04:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 16:04:55 +0000 |
commit | 8a39346b753528091ccd0c933a216db7f27a7321 (patch) | |
tree | 82fbbabf69511670c89de9e6702bf9caac730edc /CHANGELOG.md | |
parent | 6c8966f426552065f2846c0c1f555d02aba98141 (diff) | |
download | alacritty-8a39346b753528091ccd0c933a216db7f27a7321.tar.gz alacritty-8a39346b753528091ccd0c933a216db7f27a7321.zip |
Clear selection on clear line/screen escapes
Selection is now cleared if clear line or clear screen escape sequences
are clearing content behind it.
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 65cc94e9..1af19d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Set IUTF8 termios flag for improved UTF8 input support - Dragging files into terminal now adds a space after each path - Default binding replacement conditions +- Adjusted selection clearing granularity to more accurately match content ### Fixed |