diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-07-05 12:12:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 13:12:15 +0300 |
commit | b3f0f68184b0d6b6221a5955acfcc4e33c01b766 (patch) | |
tree | 3ea002e3f37f68f4b217657b1871ae3bd2fce79b /CHANGELOG.md | |
parent | 5e6b92db85b3ea7ffd06a7a5ae0d2d62ad5946a6 (diff) | |
download | alacritty-b3f0f68184b0d6b6221a5955acfcc4e33c01b766.tar.gz alacritty-b3f0f68184b0d6b6221a5955acfcc4e33c01b766.zip |
Fix search bug with wrapline on first character
This fixes an issue where an inline search in the left direction would
incorrectly assume that the first cell searched would not contain the
`WRAPLINE` flag, causing the second search for the match end to
terminate prematurely.
Fixes #8060.
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 97d3de84..8442355a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Leaking FDs when closing windows on Unix systems - Config emitting errors for nonexistent import paths - Kitty keyboard protocol reporting shifted key codes +- Broken search with words broken across line boundary on the first character ## 0.13.2 |