From: Michael D. Lowis Date: Tue, 22 Nov 2016 00:22:23 +0000 (-0500) Subject: added tag builtins for undo/redo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a3153c63f8199e76ab8417c72e057c297c5833c2;p=projs%2Ftide.git added tag builtins for undo/redo --- 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 } };