mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
don't draw cursor trail over the real cursor
This commit is contained in:
@@ -214,8 +214,11 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
monotonic_t updated_at;
|
||||
bool needs_render;
|
||||
float corner_x[4];
|
||||
float corner_y[4];
|
||||
float cursor_edge_x[2];
|
||||
float cursor_edge_y[2];
|
||||
} CursorTrail;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user