
/* The various menu commands */

/* Updated November 12, 1989 for Paragon V2.00 */

/* All of these may work from any menu (1-39) */

#define SHOWFILE 1
#define ADJUST_PARAMS 2
#define BULLETINS 3
#define CHAT 4
#define DOORS 5
#define GOODBYE 6
#define FEEDBACK 7
#define STATUS 8
#define TEXTFILES 9
#define USERLIST 10
#define WAITING_MAIL 11
#define PREVIOUS_MENU 12
#define RUNDOOR 13
#define QUEST 14 /* V2.0 */
#define REXX 15 /* Currently unimplemented */
#define MULTIRUNDOOR 16 /* V2.0 */

/* The following work only from a type 0 (general) menu (40-49) */

#define PASS_FILES 40
#define PASS_MESSAGES 41
#define LINKMENU 42

/* The following work only from a type 1 (file area) menu (50-69) */

#define BATCH_DOWNLOAD 50 /* Obsolete; now synonymous with DOWNLOAD */
#define DOWNLOAD 51
#define FIND_FILES 52
#define INFO_FILES 53
#define LIST_FILES 54
#define MARK_FILE 55
#define OTHER_FILE_AREA 56
#define REMOVE_MARKED 57
#define SCAN_FILES 58
#define TOGGLE_FILE_AREAS 59
#define UPLOAD 60
#define VIEW 61

/* The following work only from a type 2 (message area) menu (70+) */

#define DOWNLOAD_MESSAGES 70
#define ENTER_MESSAGE 71
#define KILL_MESSAGE 72
#define OTHER_MESSAGE_AREA 73
#define MARK_MESSAGE 74
#define NODELIST_SEARCH 75
#define READ_MESSAGES 76
#define SCAN_MESSAGES 77
#define TOGGLE_MESSAGE_AREAS 78
#define ADD_FILE 79
