xref: /plan9-contrib/sys/src/cmd/plot/libplot/restore.c (revision 9b943567965ba040fd275927fbe088656eb8ce4f)
1 #include "mplot.h"
2 void restore(void){
3 	e1--;
4 	move(e1->copyx, e1->copyy);
5 }
6