diff options
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | 2021-12-19 00:36:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 15:36:56 +0000 |
commit | cded85a2f2c1c554d64bae285ccd8f9815468d4d (patch) | |
tree | 758612432075bd9d4fc260fc3e70ad106a6957fb /CHANGELOG.md | |
parent | 8e58409930354c71c102ba7b86d1732b6c053642 (diff) | |
download | alacritty-cded85a2f2c1c554d64bae285ccd8f9815468d4d.tar.gz alacritty-cded85a2f2c1c554d64bae285ccd8f9815468d4d.zip |
Keep history position when viewport is cleared
This patch resolves a behavior that display area doesn't keep track of
content in a scrollback buffer due to display offset reset when viewport
clear is invoked.
This is similar to #5341, but this problem is caused by viewport clear
instead of new outputs to the viewport.
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 74ab5fc5..64cd7c5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Config option `background_opacity`, you should use `window.opacity` instead - Reload configuration files when their symbolic link is replaced - Strip trailing whitespaces when yanking from a block selection +- Display area keeps history position when viewport is cleared ### Fixed |