aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2024-02-14 01:59:56 +0100
committerGitHub <noreply@github.com>2024-02-14 04:59:56 +0400
commitf1853a031d52f6964bbf368d2975767449fc4814 (patch)
treef6ca76cedb8b55ec62db823abb6ff3b919964a09 /CHANGELOG.md
parentde12f03812e04c1b7cd58e8aa86d50e55de92f33 (diff)
downloadalacritty-f1853a031d52f6964bbf368d2975767449fc4814.tar.gz
alacritty-f1853a031d52f6964bbf368d2975767449fc4814.zip
Fix regional scrolling leaking into history
This fixes an issue where a scrolling region that does not start at the top of the screen would still rotate lines into history when scrolling the content "upwards".
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 cdbf3392..ad36fbbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- C0 and C1 codes being emitted in associated text when using kitty keyboard
- Occasional hang on startup with some Wayland compositors
- Missing key for `NumpadDecimal` in key bindings
+- Scrolling content upwards moving lines into history when it shouldn't
### Changed