From 73952330cb948d71c5e246e5e9c62287692f63f9 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 26 Aug 2003 17:47:32 +0000 Subject: [PATCH] Set output to line buffered. --- ts/ts.c | 1 + 1 file changed, 1 insertion(+) 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':