mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
tabs are better; ok nicm
This commit is contained in:
@ -492,8 +492,8 @@ server_client_msg_dispatch(struct client *c)
|
||||
struct msg_environ_data environdata;
|
||||
ssize_t n, datalen;
|
||||
|
||||
if ((n = imsg_read(&c->ibuf)) == -1 || n == 0)
|
||||
return (-1);
|
||||
if ((n = imsg_read(&c->ibuf)) == -1 || n == 0)
|
||||
return (-1);
|
||||
|
||||
for (;;) {
|
||||
if ((n = imsg_get(&c->ibuf, &imsg)) == -1)
|
||||
|
Reference in New Issue
Block a user