mirror of
https://github.com/tmux/tmux.git
synced 2025-09-08 23:24:18 +00:00
Don't allow locked or suspended clients to limit the size of active clients.
This commit is contained in:
@ -104,6 +104,7 @@ server_msg_dispatch(struct client *c)
|
||||
c->flags &= ~CLIENT_SUSPENDED;
|
||||
tty_start_tty(&c->tty);
|
||||
server_redraw_client(c);
|
||||
recalculate_sizes();
|
||||
server_activity = time(NULL);
|
||||
break;
|
||||
case MSG_ENVIRON:
|
||||
|
Reference in New Issue
Block a user