tt_tab moved to ttinit.c
[unix-history] / usr / src / usr.bin / window / wwend.c
#ifndef lint
static char sccsid[] = "@(#)wwend.c 3.6 %G%";
#endif
#include "ww.h"
#include "tt.h"
wwend()
{
(*tt.tt_move)(tt.tt_nrow - 1, 0);
(*tt.tt_end)();
ttflush();
(void) wwsettty(0, &wwoldtty, &wwnewtty);
}