Fix --hold always restoring cursor to block shape instead of respecting the value of cursor_shape

This commit is contained in:
Kovid Goyal
2025-02-18 20:21:07 +05:30
parent 359d9e12e8
commit 375583259a
4 changed files with 12 additions and 4 deletions

View File

@@ -133,6 +133,8 @@ Detailed list of changes
- Fix a regression in 0.39.0 that caused a crash on invalid Unicode with a
large number of combining characters in a single cell (:iss:`8318`)
- Fix ``--hold`` always restoring cursor to block shape instead of respecting the value of :opt:`cursor_shape` (:disc:`8344`)
0.39.1 [2025-02-01]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~