mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-16 08:21:20 -04:00
Fix margins not being damaged when reloading colours.
This commit is contained in:
parent
13291b8765
commit
cae7805a2a
1 changed files with 1 additions and 0 deletions
|
|
@ -4716,5 +4716,6 @@ term_soft_reload_config_colors(struct terminal *term) {
|
||||||
memcpy(term->colors.table, term->conf->colors.table, sizeof(term->colors.table));
|
memcpy(term->colors.table, term->conf->colors.table, sizeof(term->colors.table));
|
||||||
|
|
||||||
term_damage_all(term);
|
term_damage_all(term);
|
||||||
|
term_damage_margins(term);
|
||||||
render_refresh(term);
|
render_refresh(term);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue