mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
term: render_resize() now takes a 'refresh' argument
This commit is contained in:
parent
26c16a9a47
commit
bd13c2c86a
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl,
|
||||||
/* Don't go below a single cell */
|
/* Don't go below a single cell */
|
||||||
width = max(width, term->cell_width);
|
width = max(width, term->cell_width);
|
||||||
height = max(height, term->cell_height);
|
height = max(height, term->cell_height);
|
||||||
render_resize(term, width, height);
|
render_resize(term, width, height, true);
|
||||||
|
|
||||||
return term;
|
return term;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue