diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-11-03 05:50:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 04:50:45 +0000 |
commit | 46f8e39880592edb47f9b54f3f34ebbcfaa01c61 (patch) | |
tree | e87d4a275a53f366afdb8af2a92e44f7c7c54e57 /CHANGELOG.md | |
parent | 609499640f4c45ac6ff1f7c7e1b100dea3e88858 (diff) | |
download | alacritty-46f8e39880592edb47f9b54f3f34ebbcfaa01c61.tar.gz alacritty-46f8e39880592edb47f9b54f3f34ebbcfaa01c61.zip |
Fix crash when leaving search after resize
This fixes a crash which could occur when leaving search with a visible
match after shrinking the terminal height to be lower than the original
line the focused match was in.
Closes #7054.
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 80abac43..83779473 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Command` modifier persisting after `Cmd + Tab` on macOS - Crash on exit when using NVIDIA binary drivers on Wayland - `window.startup_mode` applied to window again when creating new tab +- Crash when leaving search after resize ### Removed |