Searched defs:window_customize_modedata (Results 1 – 1 of 1) sorted by relevance
96 struct window_customize_modedata { struct97 struct window_pane *wp;98 int dead;99 int references;101 struct mode_tree_data *data;102 char *format;103 int hide_global;105 struct window_customize_itemdata **item_list;106 u_int item_size;108 struct cmd_find_state fs;[all …]