mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Start work on specifying a color for extra cursors
This commit is contained in:
@@ -92,9 +92,15 @@ typedef struct ExtraCursor {
|
||||
index_type cell;
|
||||
} ExtraCursor;
|
||||
|
||||
typedef struct ExtraCursorColor {
|
||||
color_type color;
|
||||
bool is_set, is_none, is_lookup;
|
||||
} ExtraCursorColor;
|
||||
|
||||
typedef struct ExtraCursors {
|
||||
ExtraCursor *locations;
|
||||
unsigned count, capacity;
|
||||
struct { ExtraCursorColor cursor, text; } color;
|
||||
bool dirty;
|
||||
} ExtraCursors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user