Allow unfocused cursor shape to remain unchanged

Fixes #7728
This commit is contained in:
Kovid Goyal
2024-08-17 15:49:55 +05:30
parent aa83860628
commit 554a2b1811
10 changed files with 26 additions and 29 deletions

View File

@@ -728,6 +728,7 @@ PyInit_fast_data_types(void) {
PyModule_AddIntMacro(m, CURSOR_BLOCK);
PyModule_AddIntMacro(m, CURSOR_BEAM);
PyModule_AddIntMacro(m, CURSOR_UNDERLINE);
PyModule_AddIntMacro(m, CURSOR_HOLLOW);
PyModule_AddIntMacro(m, NO_CURSOR_SHAPE);
PyModule_AddIntMacro(m, DECAWM);
PyModule_AddIntMacro(m, DECCOLM);