mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
936bddb45c
1 changed files with 0 additions and 1 deletions
1
render.c
1
render.c
|
|
@ -3965,7 +3965,6 @@ maybe_resize(struct terminal *term, int width, int height, bool force)
|
|||
if (term->window->is_resizing && term->conf->resize_delay_ms > 0) {
|
||||
if (term->interactive_resizing.grid == NULL) {
|
||||
term_ptmx_pause(term);
|
||||
xassert(false);
|
||||
|
||||
/* Stash the current ‘normal’ grid, as-is, to be used when
|
||||
* doing the final reflow */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue