mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user