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
parent dc5ff7db28
commit 10efbb2031
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