This line was not needed

This commit is contained in:
Radon Rosborough 2021-08-09 21:55:12 -07:00
parent 09ce44e605
commit 1b654a4162
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ int main(int argc, char **argv)
ptr += len_written;
}
}
write(pty_master_fd, "\004", 1);
} else {
if (setvbuf(stdout, NULL, _IONBF, 0) != 0)
die("setvbuf failed");