mirror of
https://github.com/tmux/tmux.git
synced 2025-12-21 23:06:03 +00:00
Merge branch 'tmux:master' into non-blocking-popup-windows
This commit is contained in:
@@ -152,10 +152,12 @@ 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);
|
||||
window_update_focus(c->session->curw->window);
|
||||
if (c->session != NULL)
|
||||
window_update_focus(c->session->curw->window);
|
||||
server_redraw_client(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user