mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
render: remove 'refresh' from render_resize()
This commit is contained in:
parent
46c434d3f1
commit
d07fd7de39
4 changed files with 8 additions and 9 deletions
|
|
@ -679,7 +679,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct wayland *wayl,
|
|||
/* Don't go below a single cell */
|
||||
width = max(width, term->cell_width);
|
||||
height = max(height, term->cell_height);
|
||||
render_resize(term, width, height, true);
|
||||
render_resize(term, width, height);
|
||||
|
||||
return term;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue