From a58fb39b68caa34b073f66911c0ac6945f56eac2 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 22 Sep 2023 19:49:52 +0200 Subject: 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. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-54-g00ecf