multi-cursor: refactor: add function for dirtying/damaging all multi-cursors

This commit is contained in:
Daniel Eklöf 2025-08-31 10:25:17 +02:00
parent 4f89c461b1
commit 265c93c4c4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 32 additions and 47 deletions

View file

@ -1021,6 +1021,7 @@ void term_theme_switch_to_2(struct terminal *term);
void term_theme_toggle(struct terminal *term);
void term_remove_all_multi_cursors(struct terminal *term);
void term_damage_all_multi_cursors(struct terminal *term);
static inline void term_reset_grapheme_state(struct terminal *term)
{