summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-11-03 05:50:45 +0100
committerGitHub <noreply@github.com>2023-11-03 04:50:45 +0000
commit46f8e39880592edb47f9b54f3f34ebbcfaa01c61 (patch)
treee87d4a275a53f366afdb8af2a92e44f7c7c54e57 /CHANGELOG.md
parent609499640f4c45ac6ff1f7c7e1b100dea3e88858 (diff)
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.md1
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