date and time created 85/01/02 20:10:36 by jak
[unix-history] / usr / src / lib / libplot / bitgraph / cont.c
#ifndef lint
static char sccsid[] = "@(#)cont.c 4.1 (Berkeley) %G%";
#endif
#include "bg.h"
cont(xi,yi)
int xi,yi;
{
currentx = scaleX(xi);
currenty = scaleY(yi);
putchar( ESC );
printf(":%d;%dd", currentx, currenty);
}