date and time created 83/06/27 14:19:23 by sam
[unix-history] / usr / src / lib / libplot / t4014 / move.c
#ifndef lint
static char sccsid[] = "@(#)move.c 4.1 (Berkeley) %G%";
#endif
move(xi,yi){
putch(035);
cont(xi,yi);
}