mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Prepare of alpha blending of cursor
Will allow for cursor blink animation eventually.
This commit is contained in:
@@ -300,9 +300,10 @@ typedef struct {
|
||||
} Cursor;
|
||||
|
||||
typedef struct {
|
||||
bool is_visible, is_focused, render_even_when_unfocused;
|
||||
bool is_focused, render_even_when_unfocused;
|
||||
CursorShape shape;
|
||||
unsigned int x, y;
|
||||
float opacity;
|
||||
} CursorRenderInfo;
|
||||
|
||||
typedef enum DynamicColorType {
|
||||
|
||||
Reference in New Issue
Block a user