Searched defs:menu_info (Results 1 – 1 of 1) sorted by relevance
41 typedef struct menu_info menu_info; typedef74 struct menu_info { struct75 char *title;76 char *helpstr;77 char *exitstr;78 int mopt;79 int y, x;80 int h, w;81 int numopt;82 int name_is_code;[all …]