mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 11:58:17 +00:00
Fix line endings.
This commit is contained in:
@@ -96,8 +96,8 @@ server_client_create(int fd)
|
||||
|
||||
environ_init(&c->environ);
|
||||
|
||||
c->cwd = -1;
|
||||
|
||||
c->cwd = -1;
|
||||
|
||||
c->cmdq = cmdq_new(c);
|
||||
c->cmdq->client_exit = 1;
|
||||
|
||||
@@ -1255,7 +1255,7 @@ server_client_msg_identify(struct client *c, struct imsg *imsg)
|
||||
|
||||
if (c->fd == -1)
|
||||
return;
|
||||
if (tty_init(&c->tty, c, c->fd, c->term) != 0) {
|
||||
if (tty_init(&c->tty, c, c->fd, c->term) != 0) {
|
||||
close(c->fd);
|
||||
c->fd = -1;
|
||||
return;
|
||||
|
Reference in New Issue
Block a user