diff lib-src/=timer.c @ 1749:dbb15c2c5823

timer.c (notify): Flush stdout after writing message to avoid lossage on terminals.
author Michael I. Bushnell <mib@gnu.org>
date Fri, 08 Jan 1993 20:36:14 +0000
parents 7c4fc10fde41
children 2a92e870a448
line wrap: on
line diff
--- a/lib-src/=timer.c	Fri Jan 08 20:33:12 1993 +0000
+++ b/lib-src/=timer.c	Fri Jan 08 20:36:14 1993 +0000
@@ -131,6 +131,7 @@
     if (ep->reply_at <= now)
       {
 	fputs (ep->token, stdout);
+	putc ('\n', stdout);
 	fflush (stdout);
 	free (ep->token);