diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-07-06 05:08:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 05:08:36 +0000 |
commit | 72c916ff434e23d44e2a31e6a8d5f7b8ae649008 (patch) | |
tree | 5060c4144153e2e55527c29aa109acec0c79fd85 /CHANGELOG.md | |
parent | 92ea355eeea538bd868eaebdc03469630aba281c (diff) | |
download | alacritty-72c916ff434e23d44e2a31e6a8d5f7b8ae649008.tar.gz alacritty-72c916ff434e23d44e2a31e6a8d5f7b8ae649008.zip |
Preserve linewrap flag across alt screen switches
While neither VTE, URxvt nor Kitty handle this, preserving the linewrap
flag across alternate screen switches seems like the correct thing to
do. XTerm also does handle this correctly, which indicates that it is a
bug and not a feature.
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 801869ea..b297992d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dim escape (`CSI 2 m`) support for truecolor text - Incorrectly deleted lines when increasing width with a prompt wrapped using spaces - Documentation for class in `--help` missing information on setting general class +- Linewrap tracking when switching between primary and alternate screen buffer ## 0.4.3 |