Off screen windows!!!!!!
[unix-history] / usr / src / usr.bin / window / wwend.c
CommitLineData
d06fcb1c 1#ifndef lint
94c16993 2static char *sccsid = "@(#)wwend.c 3.3 83/08/15";
d06fcb1c
EW
3#endif
4
5#include "ww.h"
e908bfac 6#include "tt.h"
d06fcb1c
EW
7
8wwend()
9{
bb05dfb5 10 (*tt.tt_move)(tt.tt_nrow - 1, 0);
e908bfac 11 (*tt.tt_end)();
94c16993 12 (void) fflush(stdout);
bb05dfb5 13 (void) wwsettty(0, &wwoldtty);
d06fcb1c 14}