shithub: riscv

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

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