Fix margins not being damaged when reloading colours.

This commit is contained in:
wreald 2025-01-25 16:48:31 +11:00
parent 13291b8765
commit cae7805a2a

View file

@ -4716,5 +4716,6 @@ term_soft_reload_config_colors(struct terminal *term) {
memcpy(term->colors.table, term->conf->colors.table, sizeof(term->colors.table));
term_damage_all(term);
term_damage_margins(term);
render_refresh(term);
}