rest of insert commands
[taskasaur.git] / headers / menu.h
index b8ab467..89b46b0 100644 (file)
@@ -18,7 +18,8 @@ typedef enum {
     MENU_DELETE,
     MENU_APPEND,
     MENU_INSERT_ABOVE,
-    MENU_INSERT_BELOW
+    MENU_INSERT_BELOW,
+    MENU_EDIT
 } MenuAction;
 
 typedef struct Menu Menu;