mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
multi-cursor: refactor: add function for dirtying/damaging all multi-cursors
This commit is contained in:
parent
4f89c461b1
commit
265c93c4c4
3 changed files with 32 additions and 47 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue