usr.bin/tmux/tmux.h
1098
struct menu {
usr.bin/tmux/tmux.h
3220
void screen_write_menu(struct screen_write_ctx *, struct menu *, int,
usr.bin/tmux/tmux.h
3671
void menu_add_items(struct menu *, const struct menu_item *,
usr.bin/tmux/tmux.h
3674
void menu_add_item(struct menu *, const struct menu_item *,
usr.bin/tmux/tmux.h
3677
void menu_free(struct menu *);
usr.bin/tmux/tmux.h
3678
struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
usr.bin/tmux/tmux.h
3682
int menu_display(struct menu *, int, int, struct cmdq_item *,