mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
proc_send_s now seems unnecessary.
This commit is contained in:
@ -173,7 +173,7 @@ server_lock_client(struct client *c)
|
||||
tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3));
|
||||
|
||||
c->flags |= CLIENT_SUSPENDED;
|
||||
proc_send_s(c->peer, MSG_LOCK, cmd);
|
||||
proc_send(c->peer, MSG_LOCK, -1, cmd, strlen(cmd) + 1);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user