diff --git a/ts/ts.c b/ts/ts.c index 8d96653..68c0940 100644 --- a/ts/ts.c +++ b/ts/ts.c @@ -19,6 +19,7 @@ int main(int argc, char **argv) { cmnd = argv[0]; + setlinebuf(stdout); while ((c = getopt(argc, argv, "u")) != EOF) { switch (c) { case 'u':