add a flag to indicate a menu list instead of overloading 'prompt'

This commit is contained in:
okan
2015-06-05 15:01:51 +00:00
parent f22a3b1065
commit a4cba7e113
3 changed files with 7 additions and 4 deletions

View File

@@ -73,6 +73,7 @@
/* menu */
#define CWM_MENU_DUMMY 0x0001
#define CWM_MENU_FILE 0x0002
#define CWM_MENU_LIST 0x0004
#define ARG_CHAR 0x0001
#define ARG_INT 0x0002