/[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.17 by sysadm, Thu May 15 06:24:11 2025 UTC Revision 1.19 by sysadm, Sun May 18 08:53:21 2025 UTC
# Line 19  Line 19 
19    
20  #include "common.h"  #include "common.h"
21  #include "trie_dict.h"  #include "trie_dict.h"
22    #include "bbs_cmd.h"
23  #include <stdint.h>  #include <stdint.h>
24  #include <sys/shm.h>  #include <sys/shm.h>
25    
# Line 42  struct menu_item_t Line 43  struct menu_item_t
43          int16_t row, col;          int16_t row, col;
44          char action[MAX_MENUACTION_LENGTH];          char action[MAX_MENUACTION_LENGTH];
45          MENU_ID action_menu_id;          MENU_ID action_menu_id;
46            bbs_cmd_handler action_cmd_handler;
47          int8_t submenu;          int8_t submenu;
48          int priv, level;          int priv, level;
49          char name[MAX_MENUNAME_LENGTH];          char name[MAX_MENUNAME_LENGTH];
# Line 69  struct menu_t Line 71  struct menu_t
71  {  {
72          char name[MAX_MENUNAME_LENGTH];          char name[MAX_MENUNAME_LENGTH];
73          MENU_TITLE title;          MENU_TITLE title;
74            char screen_name[MAX_MENU_SCR_NAME_LENGTH];
75          MENU_SCREEN_ID screen_id;          MENU_SCREEN_ID screen_id;
76          int8_t screen_show;          int8_t screen_show;
77          int16_t screen_row, screen_col;          int16_t screen_row, screen_col;


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

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