148523Sbostic /*- 2*61405Sbostic * Copyright (c) 1985, 1993 3*61405Sbostic * The Regents of the University of California. All rights reserved. 448523Sbostic * 548523Sbostic * %sccs.include.proprietary.c% 622621Sdist */ 722621Sdist 817618Sjak #ifndef lint 9*61405Sbostic static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 06/04/93"; 1048523Sbostic #endif /* not lint */ 1117618Sjak move(xi,yi)1217618Sjakmove(xi,yi){ 1317618Sjak putch(035); 1417618Sjak cont(xi,yi); 1517618Sjak } 16