summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora5ob7r <12132068+a5ob7r@users.noreply.github.com>2021-12-19 00:36:56 +0900
committerGitHub <noreply@github.com>2021-12-18 15:36:56 +0000
commitcded85a2f2c1c554d64bae285ccd8f9815468d4d (patch)
tree758612432075bd9d4fc260fc3e70ad106a6957fb /CHANGELOG.md
parent8e58409930354c71c102ba7b86d1732b6c053642 (diff)
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.md1
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