shithub: riscv

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

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