Merge pull request #719 from peco/feat-query-cursor-style

Update Changes
This commit is contained in:
lestrrat 2026-02-19 11:36:59 +09:00 committed by GitHub
commit 8fc5813265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ v0.6.0 - UNRELEASED
bottom (#445, #595).
* Added man page (`peco.1`) for offline documentation (#467, #587).
* Added support for ANSI color codes in the `--prompt` string (#294, #586).
* Added `QueryCursor` style for explicit control over the query prompt
cursor appearance. When not configured, the cursor is derived from
the `Query` style by swapping fg/bg colors.
[Bugs/Fixes]
* Fixed `ToggleQuery` (C-t) not working correctly (#563).