mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
tty_client_ready can not be internal to tty.c again.
This commit is contained in:
@ -854,10 +854,7 @@ server_client_reset_state(struct client *c)
|
||||
struct options *oo = c->session->options;
|
||||
int status, mode, o;
|
||||
|
||||
if (c->flags & CLIENT_SUSPENDED)
|
||||
return;
|
||||
|
||||
if (c->flags & CLIENT_CONTROL)
|
||||
if (c->flags & (CLIENT_CONTROL|CLIENT_SUSPENDED))
|
||||
return;
|
||||
|
||||
tty_region(&c->tty, 0, c->tty.sy - 1);
|
||||
|
Reference in New Issue
Block a user