Home
last modified time | relevance | path

Searched defs:selected_style (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/tmux/
H A Dmenu.c32 struct grid_cell selected_style; member
462 menu_prepare(struct menu * menu,int flags,int starting_choice,struct cmdq_item * item,u_int px,u_int py,struct client * c,enum box_lines lines,const char * style,const char * selected_style,const char * border_style,struct cmd_find_state * fs,menu_choice_cb cb,void * data) menu_prepare() argument
543 menu_display(struct menu * menu,int flags,int starting_choice,struct cmdq_item * item,u_int px,u_int py,struct client * c,enum box_lines lines,const char * style,const char * selected_style,const char * border_style,struct cmd_find_state * fs,menu_choice_cb cb,void * data) menu_display() argument
H A Dcmd-display-menu.c296 const char *selected_style = args_get(args, 'H'); in cmd_display_menu_exec() local