]> git.mdlowis.com Git - projs/tide.git/commitdiff
added tag builtins for undo/redo
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 22 Nov 2016 00:22:23 +0000 (19:22 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 22 Nov 2016 00:22:23 +0000 (19:22 -0500)
xedit.c

diff --git a/xedit.c b/xedit.c
index 5235d589a04a5cfd6396700dea978ff46ca8b92c..7b66d555fc73d51dc4d43a091f020303f5d3ab46 100644 (file)
--- a/xedit.c
+++ b/xedit.c
@@ -77,6 +77,8 @@ Tag Builtins[] = {
     { "Cut",   cut   },
     { "Copy",  copy  },
     { "Paste", paste },
+    { "Undo",  undo  },
+    { "Redo",  redo  },
     //{ "Find",  NULL  },
     { NULL,    NULL  }
 };