From a3153c63f8199e76ab8417c72e057c297c5833c2 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 21 Nov 2016 19:22:23 -0500 Subject: [PATCH] added tag builtins for undo/redo --- xedit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xedit.c b/xedit.c index 5235d58..7b66d55 100644 --- 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 } }; -- 2.54.0