tt cleanup and some bug fixes
[unix-history] / usr / src / usr.bin / window / wwend.c
CommitLineData
d06fcb1c 1#ifndef lint
30647f51 2static char *sccsid = "@(#)wwend.c 3.1 83/08/11";
d06fcb1c
EW
3#endif
4
5#include "ww.h"
6
7wwend()
8{
bb05dfb5
EW
9 (*tt.tt_move)(tt.tt_nrow - 1, 0);
10 (*tt.tt_cleanup)();
30647f51 11 fflush(stdout);
bb05dfb5 12 (void) wwsettty(0, &wwoldtty);
d06fcb1c 13}