Searched defs:s_menuitem (Results 1 – 1 of 1) sorted by relevance
152 typedef struct s_menuitem { struct153 char *item;154 char *status;155 char *data; // string containing kernel to run.. but...158 void *extra_data; // Any other data user can point to159 unsigned int helpid; // Used for Context sensitive help160 t_item_handler handler; // Pointer to function of type menufn161 t_action action;162 t_itemdata itemdata; // Data depends on action value163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item[all …]