/[LeafOK_CVS]/lbbs/include/menu.h
ViewVC logotype

Diff of /lbbs/include/menu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.16 by sysadm, Thu May 15 05:14:57 2025 UTC Revision 1.17 by sysadm, Thu May 15 06:24:11 2025 UTC
# Line 39  typedef uint64_t MENU_SCREEN_ID; Line 39  typedef uint64_t MENU_SCREEN_ID;
39    
40  struct menu_item_t  struct menu_item_t
41  {  {
42          int16_t row, col, r_row, r_col;          int16_t row, col;
43          char action[MAX_MENUACTION_LENGTH];          char action[MAX_MENUACTION_LENGTH];
44          MENU_ID action_menu_id;          MENU_ID action_menu_id;
45          int8_t submenu, display;          int8_t submenu;
46          int priv, level;          int priv, level;
47          char name[MAX_MENUNAME_LENGTH];          char name[MAX_MENUNAME_LENGTH];
48          char text[MAX_MENUITEM_LENGTH];          char text[MAX_MENUITEM_LENGTH];
# Line 94  struct menu_set_t Line 94  struct menu_set_t
94          MENU_ID menu_id_path[MAX_MENU_DEPTH];          MENU_ID menu_id_path[MAX_MENU_DEPTH];
95          int16_t menu_item_pos[MAX_MENU_DEPTH];          int16_t menu_item_pos[MAX_MENU_DEPTH];
96          int16_t choose_step;          int16_t choose_step;
97            int8_t menu_item_display[MAX_ITEMS_PER_MENU];
98            int16_t menu_item_r_row[MAX_ITEMS_PER_MENU];
99            int16_t menu_item_r_col[MAX_ITEMS_PER_MENU];
100  };  };
101  typedef struct menu_set_t MENU_SET;  typedef struct menu_set_t MENU_SET;
102    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1