summaryrefslogtreecommitdiff
path: root/lib-src/=timer.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1993-01-08 20:36:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1993-01-08 20:36:14 +0000
commitd28e2756c9a0547717d328e8d7b9b44e3cf46e45 (patch)
tree6c6657e2220aa1588fb6cfd557955838ea683693 /lib-src/=timer.c
parent1ee1d4a1c66d561dba454f7b904fb15f9cf12a98 (diff)
downloademacs-d28e2756c9a0547717d328e8d7b9b44e3cf46e45.tar.gz
timer.c (notify): Flush stdout after writing message to avoid lossage
on terminals.
Diffstat (limited to 'lib-src/=timer.c')
-rw-r--r--lib-src/=timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/=timer.c b/lib-src/=timer.c
index 6563965d8e2..fa603c73d52 100644
--- a/lib-src/=timer.c
+++ b/lib-src/=timer.c
@@ -131,6 +131,7 @@ notify ()
if (ep->reply_at <= now)
{
fputs (ep->token, stdout);
+ putc ('\n', stdout);
fflush (stdout);
free (ep->token);