aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/renderer/platform.rs
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2023-10-08 16:57:46 +0200
committerGitHub <noreply@github.com>2023-10-08 18:57:46 +0400
commite07bf6f24a7fa7438dd757d6e761c100dd920d68 (patch)
tree7e33b718c65c7a04922607812a7d2713f09a569b /alacritty/src/renderer/platform.rs
parent83b804797baa7c65acdbcdea25462ff0723d9520 (diff)
downloadr-alacritty-e07bf6f24a7fa7438dd757d6e761c100dd920d68.tar.gz
r-alacritty-e07bf6f24a7fa7438dd757d6e761c100dd920d68.tar.bz2
r-alacritty-e07bf6f24a7fa7438dd757d6e761c100dd920d68.zip
Fix regex matches ending on multiline
This fixes an issue where the reverse search for the regex start would truncate a character when ending on a newline, since it was omitting the EOI check in that case. This also fixes a separate issue which caused regexes which capture empty strings (e.g.: `.*`) to always report a match. This is a regression introduced in 73276b6.
Diffstat (limited to 'alacritty/src/renderer/platform.rs')
0 files changed, 0 insertions, 0 deletions