Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-02-20 16:01:14 +00:00
5 changed files with 43 additions and 13 deletions

View File

@ -152,6 +152,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);