date and time created 83/08/09 18:37:51 by edward
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 10 Aug 1983 09:37:51 +0000 (01:37 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 10 Aug 1983 09:37:51 +0000 (01:37 -0800)
SCCS-vsn: usr.bin/window/wwflush.c 3.1

usr/src/usr.bin/window/wwflush.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/window/wwflush.c b/usr/src/usr.bin/window/wwflush.c
new file mode 100644 (file)
index 0000000..93a23a2
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef lint
+static char *sccsid = "@(#)wwflush.c   3.1 83/08/09";
+#endif
+
+#include "ww.h"
+
+wwflush()
+{
+       (*tt.tt_move)(wwcursorrow, wwcursorcol);
+       (void) fflush(stdout);
+}