diff options
author | a5ob7r <12132068+a5ob7r@users.noreply.github.com> | 2021-12-03 16:45:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 07:45:05 +0000 |
commit | 7e736c00f68ca133ca3380c1ddd78ba61ced1f8e (patch) | |
tree | 20742613e38284289a6f15fe9df2d2bbc5d98f63 /CHANGELOG.md | |
parent | 4c6a763850a5dec0fa34d15e356dcba19875690a (diff) | |
download | alacritty-7e736c00f68ca133ca3380c1ddd78ba61ced1f8e.tar.gz alacritty-7e736c00f68ca133ca3380c1ddd78ba61ced1f8e.zip |
Fix crash when vi cursor in history during clear
Fixes #5544.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec65dce..157c7150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Vi mode search starting in the line below the vi cursor - Invisible cursor with matching foreground/background colors - Crash when hovering over a match emptied by post-processing +- Crash when the vi cursor is on the scrollback and viewport clear is invoked +- Freeze when the vi cursor is on the scrollback and scrollback clear is invoked ### Removed |