diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-06-17 21:55:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 21:55:12 +0000 |
commit | ee938243586ae5482cf26ff238ddc99e66e1d1c4 (patch) | |
tree | fcd0c82bfa317bd26674f7fd508b7faf5e53ba6e /CHANGELOG.md | |
parent | cb48ac92071c43a9163329b66b5f74a7fb3dca69 (diff) | |
download | alacritty-ee938243586ae5482cf26ff238ddc99e66e1d1c4.tar.gz alacritty-ee938243586ae5482cf26ff238ddc99e66e1d1c4.zip |
Fix the crash when shrinking scrolled terminal
display_offset was adjusted unconditionally, thus it could go
beyound the history limits, so clamp it to history like we do
in grow_colums.
Fixes #6862.
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 e769d470..8beb9d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Hyperlink preview not being shown when the terminal has exactly 2 lines - Crash on Windows when changing display scale factor - Freeze with some drivers when using GLX +- Crash when shrinking the terminal scrolled into the history ### Removed |