shithub: riscv

ref: 39c021fbc13b51b35b271fa0364332a08f15a68c
dir: /sys/src/cmd/plot/libplot/restore.c/

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