Reset overlay_resize pointer when clearing overlay.

This commit is contained in:
nicm
2025-02-20 13:32:07 +00:00
parent 47a56c11f2
commit 18331e39bf

View File

@ -156,6 +156,7 @@ server_client_clear_overlay(struct client *c)
c->overlay_draw = NULL;
c->overlay_key = NULL;
c->overlay_free = NULL;
c->overlay_resize = NULL;
c->overlay_data = NULL;
c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);