working on add
[taskasaur.git] / headers / menu.h
index 48e5bdd..10a739f 100644 (file)
@@ -14,7 +14,8 @@ typedef enum {
     MENU_BOTTOM,
     MENU_MOVE_UP,
     MENU_MOVE_DOWN,
-    MENU_DELETE
+    MENU_DELETE,
+    MENU_APPEND
 } MenuAction;
 
 typedef struct Menu Menu;