csi: redraw margins after restoring the palette

This commit is contained in:
Daniel Eklöf 2024-07-01 19:29:54 +02:00
parent d440d5aa2c
commit dd58dad15a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
csi.c
View file

@ -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 {