1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-01 13:18:49 +00:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2025-01-17 18:01:08 +00:00
commit 58392d29da

View File

@ -155,6 +155,7 @@ server_client_clear_overlay(struct client *c)
c->overlay_data = NULL; c->overlay_data = NULL;
c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR); c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);
if (c->session != NULL)
window_update_focus(c->session->curw->window); window_update_focus(c->session->curw->window);
server_redraw_client(c); server_redraw_client(c);
} }