Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-05 12:01:19 +01:00
4 changed files with 91 additions and 23 deletions

View File

@ -114,7 +114,8 @@ server_client_set_overlay(struct client *c, u_int delay,
c->overlay_resize = resizecb;
c->overlay_data = data;
c->tty.flags |= TTY_FREEZE;
if (c->overlay_check == NULL)
c->tty.flags |= TTY_FREEZE;
if (c->overlay_mode == NULL)
c->tty.flags |= TTY_NOCURSOR;
server_redraw_client(c);