config: remove deprecated config option cursor.color

This option was deprecated in 1.23.0. Use colors-{dark,light}.cursor
instead.
This commit is contained in:
Daniel Eklöf 2025-12-20 15:56:32 +01:00
parent cf2b390f6e
commit 1caba0d993
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 5 additions and 22 deletions

View file

@ -101,6 +101,11 @@
### Removed
* `cursor.color` config option (deprecated in 1.23.0). Use
`colors-{dark,light}.cursor` instead.
### Fixed
* Search mode: composing keys not ignored.