diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-01-08 21:24:42 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2022-01-08 21:52:58 +0100 |
commit | f1be68049bdb6b3028f74aca6e585fc1a8517623 (patch) | |
tree | 0c3942769853602d3186b34a3630fac8f0e856e2 /CHANGELOG.md | |
parent | d86e79f1ac47291672632c7c4edcded7a24293bb (diff) | |
download | alacritty-f1be68049bdb6b3028f74aca6e585fc1a8517623.tar.gz alacritty-f1be68049bdb6b3028f74aca6e585fc1a8517623.zip |
Fix fullwidth char regex search infinite loop
This resolves an issue where the regex search could loop indefinitely
when the end point was defined in a location containing a fullwidth
character, thus skipping over the end before termination.
Fixes #5753.
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 d3df994c..16743e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Freeze when the vi cursor is on the scrollback and scrollback clear is invoked - Vi cursor on topmost of the display moving downward when scrolled into history with active output - Input lag on Wayland with Nvidia binary driver +- Crash when hovering the mouse over fullwidth characters ### Removed |