mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
Store last cursor render pos in the rendered info struct
This commit is contained in:
@@ -303,6 +303,7 @@ typedef struct {
|
||||
bool is_visible, is_focused, render_even_when_unfocused;
|
||||
CursorShape shape;
|
||||
unsigned int x, y;
|
||||
struct { unsigned int x, y; } last;
|
||||
} CursorRenderInfo;
|
||||
|
||||
typedef enum DynamicColorType {
|
||||
|
||||
Reference in New Issue
Block a user