mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
osc: explicitly refresh margins on a background color change
This commit is contained in:
parent
2488c3935b
commit
d579c0e1e4
1 changed files with 2 additions and 0 deletions
2
osc.c
2
osc.c
|
|
@ -619,6 +619,7 @@ osc_dispatch(struct terminal *term)
|
|||
|
||||
term_damage_view(term);
|
||||
render_refresh(term);
|
||||
render_refresh_margins(term);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -706,6 +707,7 @@ osc_dispatch(struct terminal *term)
|
|||
term->colors.bg = term->colors.default_bg;
|
||||
term_damage_view(term);
|
||||
render_refresh(term);
|
||||
render_refresh_margins(term);
|
||||
break;
|
||||
|
||||
case 112:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue