shithub: riscv

ref: 57edb0b2d451dbefbb7c138496b92d4d5de62d04
dir: /sys/src/cmd/plot/libplot/restore.c/

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