multi-cursor: wip: start tracking which cells has secondary cursors

This commit is contained in:
Daniel Eklöf 2025-08-27 11:29:31 +02:00
parent 5e0524bf99
commit dccbdb97cd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 58 additions and 8 deletions

View file

@ -831,6 +831,10 @@ struct terminal {
bool grapheme_shaping;
bool size_notifications;
struct {
pixman_region32_t active;
} multi_cursor;
};
struct config;