This line was not needed
This commit is contained in:
parent
09ce44e605
commit
1b654a4162
|
@ -82,7 +82,6 @@ int main(int argc, char **argv)
|
||||||
ptr += len_written;
|
ptr += len_written;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
write(pty_master_fd, "\004", 1);
|
|
||||||
} else {
|
} else {
|
||||||
if (setvbuf(stdout, NULL, _IONBF, 0) != 0)
|
if (setvbuf(stdout, NULL, _IONBF, 0) != 0)
|
||||||
die("setvbuf failed");
|
die("setvbuf failed");
|
||||||
|
|
Loading…
Reference in New Issue