Searched defs:menu_data (Results 1 – 1 of 1) sorted by relevance
26 struct menu_data { struct27 struct cmdq_item *item;28 int flags;30 struct grid_cell style;36 struct screen s;38 u_int px;39 u_int py;41 struct menu *menu;42 int choice;44 menu_choice_cb cb;[all …]