aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/restore.c')
-rw-r--r--src/cmd/plot/libplot/restore.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/plot/libplot/restore.c b/src/cmd/plot/libplot/restore.c
new file mode 100644
index 00000000..81bdd421
--- /dev/null
+++ b/src/cmd/plot/libplot/restore.c
@@ -0,0 +1,5 @@
+#include "mplot.h"
+void restore(void){
+ e1--;
+ move(e1->copyx, e1->copyy);
+}