date and time created 85/01/02 20:10:33 by jak
[unix-history] / usr / src / lib / libplot / vt0 / frame.c
#ifndef lint
static char sccsid[] = "@(#)frame.c 4.1 (Berkeley) %G%";
#endif
frame(n)
{
extern vti;
n=n&0377 | 02000;
write(vti,&n,2);
}