render: follow cursor.unfocused-style regardless of cursor.style

Before this commit, cursor.unfocused-style was effective only with
cursor.style=block
This commit is contained in:
tokyo4j 2024-08-15 01:18:57 +09:00 committed by Daniel Eklöf
parent 96c30cd410
commit a2fc2a986e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 14 deletions

View file

@ -57,6 +57,11 @@
## Unreleased
### Added
### Changed
* `cursor.unfocused-style` is now effective even when `cursor.style`
is not `block`.
### Deprecated
### Removed
### Fixed