diff options
-rw-r--r-- | usr.bin/systat/engine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/systat/engine.c b/usr.bin/systat/engine.c index 093ee9852ce..64ac38b470f 100644 --- a/usr.bin/systat/engine.c +++ b/usr.bin/systat/engine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: engine.c,v 1.23 2019/01/17 05:56:29 tedu Exp $ */ +/* $OpenBSD: engine.c,v 1.24 2019/07/19 15:40:11 solene Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar <canacar@openbsd.org> * @@ -245,6 +245,7 @@ end_page(void) if (rawmode) { linepos = 0; clear_linebuf(); + fflush(stdout); } else { move(home_line, 0); print_cmdline(); |