mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Infrastructure to render the unfocused cursor in multiple windows
This commit is contained in:
@@ -112,6 +112,7 @@ typedef struct {
|
||||
pthread_mutex_t read_buf_lock, write_buf_lock;
|
||||
|
||||
CursorRenderInfo cursor_render_info;
|
||||
unsigned int render_unfocused_cursor;
|
||||
|
||||
struct {
|
||||
size_t capacity, used;
|
||||
|
||||
Reference in New Issue
Block a user