shithub: riscv

ref: 467c95b4a879f5f72c7bca2c541680269db18c92
dir: /sys/src/cmd/plot/libplot/restore.c/

View raw version
#include "mplot.h"
void restore(void){
	e1--;
	move(e1->copyx, e1->copyy);
}