fix: cursor-style called before cursor-show to avoid style reset
This commit is contained in:
@@ -128,7 +128,8 @@ as a fallback when a keyword is not in *named-colors*.")
|
||||
(backend-write b (format nil "~C[?1006h" #\Esc)) ; SGR mouse
|
||||
(backend-write b (format nil "~C[?2004h" #\Esc)) ; bracketed paste
|
||||
(backend-write b (format nil "~C[?u" #\Esc)) ; kitty keyboard
|
||||
(cursor-hide b)
|
||||
(cursor-style b :block :blink t)
|
||||
(cursor-show b)
|
||||
(finish-output (backend-output-stream b))
|
||||
b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user