mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: redraw margins after restoring the palette
This commit is contained in:
parent
d440d5aa2c
commit
dd58dad15a
1 changed files with 1 additions and 0 deletions
1
csi.c
1
csi.c
|
|
@ -2101,6 +2101,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
/* TODO: we _could_ iterate all cells and only dirty
|
||||
those that are affected by the palette change... */
|
||||
term_damage_view(term);
|
||||
term_damage_margins(term);
|
||||
} else if (slot == 0) {
|
||||
LOG_ERR("XTPOPCOLORS: cannot pop beyond the first element");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue