mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
shm: we may exit with busy buffers remaining (seen on KDE)
This commit is contained in:
parent
99ea47c97a
commit
69260dd960
2 changed files with 22 additions and 8 deletions
2
render.c
2
render.c
|
|
@ -2311,7 +2311,7 @@ grid_render(struct terminal *term)
|
|||
}
|
||||
|
||||
else if (buf->age > 0) {
|
||||
LOG_DBG("buffer age: %u", buf->age);
|
||||
LOG_DBG("buffer age: %u (%p)", buf->age, (void *)buf);
|
||||
|
||||
xassert(term->render.last_buf != NULL);
|
||||
xassert(term->render.last_buf != buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue