diff options
author | Christian Duerr <contact@christianduerr.com> | 2023-09-22 19:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 21:49:52 +0400 |
commit | a58fb39b68caa34b073f66911c0ac6945f56eac2 (patch) | |
tree | 4e453bd5da22bcd0cc1a3b8ea6246ff17933e3fa /CHANGELOG.md | |
parent | e35e5ad14fce8456afdd89f2b392b9924bb27471 (diff) | |
download | alacritty-a58fb39b68caa34b073f66911c0ac6945f56eac2.tar.gz alacritty-a58fb39b68caa34b073f66911c0ac6945f56eac2.zip |
Underline hint matches during selection
This patch underlines the full regex hint match while the keyboard hint
selection is in process.
While it would be possible to color the entire match, this would only
introduce unnecessary configuration options and be too noisy. The
underline matches the mouse highlighting and has a less drastic visual
impact.
Closes #6178.
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 801b059f..40273970 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/). - The double click threshold was raised to `400ms` - OSC 52 paste ability is now **disabled by default**; use `terminal.osc52` to adjust it - Apply `colors.transparent_background_colors` for selections, hints, and search matches +- Underline full hint during keyboard selection ### Fixed |