don't set wwindex[] until very end.
[unix-history] / usr / src / usr.bin / window / wwflush.c
CommitLineData
2349195c 1#ifndef lint
e908bfac 2static char *sccsid = "@(#)wwflush.c 3.3 83/08/15";
2349195c
EW
3#endif
4
5#include "ww.h"
e908bfac 6#include "tt.h"
2349195c
EW
7
8wwflush()
9{
10 (*tt.tt_move)(wwcursorrow, wwcursorcol);
11 (void) fflush(stdout);
12}