X-Git-Url: https://git.danieliu.xyz/?p=taskasaur.git;a=blobdiff_plain;f=headers%2Fmenu.h;h=10a739f39e5daeefe0da103c92f30fe539b85677;hp=48e5bdd01b6cdc286fd452584c6cd6fbb6b9b819;hb=bc8adcf5e271186d94f15fc0c4c5db678055c5ef;hpb=1231bcf06132e735fa69870b7de2898e44efba3b diff --git a/headers/menu.h b/headers/menu.h index 48e5bdd..10a739f 100644 --- a/headers/menu.h +++ b/headers/menu.h @@ -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;