mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
multi-cursor: wip: start tracking which cells has secondary cursors
This commit is contained in:
parent
5e0524bf99
commit
dccbdb97cd
3 changed files with 58 additions and 8 deletions
|
|
@ -831,6 +831,10 @@ struct terminal {
|
|||
|
||||
bool grapheme_shaping;
|
||||
bool size_notifications;
|
||||
|
||||
struct {
|
||||
pixman_region32_t active;
|
||||
} multi_cursor;
|
||||
};
|
||||
|
||||
struct config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue