diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-03-12 12:15:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 15:15:00 +0400 |
commit | 275726f78499698f82eafff761fb497b29ddc2b8 (patch) | |
tree | 06cd7e06264c13fd34d9f8ba2b9a6b15152a0443 /CHANGELOG.md | |
parent | 41d2f1df4509148a6f1ffb3de59c2389a3a93283 (diff) | |
download | alacritty-275726f78499698f82eafff761fb497b29ddc2b8.tar.gz alacritty-275726f78499698f82eafff761fb497b29ddc2b8.zip |
Fix hint `Select` action for hyperlink escape
This fixes an issue where the `Select` action for hyperlink escape text
would select the entire line, instead of selecting only the hyperlink
itself.
It also changes the way hyperlinks with the same ID are highlighted,
removing the restriction of being on consecutive lines and instead
highlighting all visible cells that correspond to the matching
hyperlink.
Closes #7766.
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 f5361861..63f2fe96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names - Config keys are available under proper names - Build failure when compiling with x11 feature on NetBSD +- Hint `Select` action selecting the entire line for URL escapes ### Changed |