Implement rendering of blinking text

Fixes #8551
This commit is contained in:
Kovid Goyal
2025-08-25 13:55:23 +05:30
parent 24049a1a5a
commit 14741b1b29
8 changed files with 41 additions and 19 deletions

View File

@@ -114,7 +114,7 @@ typedef struct {
color_type cursor_bg;
CursorRenderInfo cursor;
} last_rendered;
bool is_dirty, scroll_changed, reload_all_gpu_data;
bool is_dirty, scroll_changed, reload_all_gpu_data, sgr_blink_was_used;
Cursor *cursor;
Savepoint main_savepoint, alt_savepoint;
PyObject *callbacks, *test_child;