mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
last rendered cursor_bg color and re-use it when trail rendering
This commit is contained in:
@@ -97,6 +97,7 @@ typedef struct {
|
||||
struct {
|
||||
unsigned int cursor_x, cursor_y, scrolled_by;
|
||||
index_type lines, columns;
|
||||
color_type cursor_bg;
|
||||
} last_rendered;
|
||||
bool is_dirty, scroll_changed, reload_all_gpu_data;
|
||||
Cursor *cursor;
|
||||
|
||||
Reference in New Issue
Block a user