fix: restore cursor-hide in initialize-backend (no more cursor-style)
This commit is contained in:
@@ -128,8 +128,7 @@ 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-style b :block :blink t)
|
||||
(cursor-show b)
|
||||
(cursor-hide b)
|
||||
(finish-output (backend-output-stream b))
|
||||
b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user