Fix turning off cursor blink via escape codes not working

Also fix cursor blink stopping after terminal reset. The default cursor
state should be blinking.

Fixes #3808

...
This commit is contained in:
Kovid Goyal
2021-07-07 20:33:29 +05:30
parent 25fb5d0ee6
commit cd6b3da665
5 changed files with 20 additions and 13 deletions

View File

@@ -19,6 +19,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- diff kitten: Remove limit on max line length of 4096 characters (:iss:`3806`)
- Fix turning off cursor blink via escape codes not working (:iss:`3808`)
0.21.2 [2021-06-28]
----------------------