Searched defs:border_style (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/usr.bin/tmux/ |
H A D | menu.c | 31 struct grid_cell border_style; member 463 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 544 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 D | cmd-display-menu.c | 295 const char *border_style = args_get(args, 'S'); in cmd_display_menu_exec() local 395 const char *border_style = args_get(args, 'S'); in cmd_display_popup_exec() local
|
H A D | popup.c | 640 popup_display(int flags,enum box_lines lines,struct cmdq_item * item,u_int px,u_int py,u_int sx,u_int sy,struct environ * env,const char * shellcmd,int argc,char ** argv,const char * cwd,const char * title,struct client * c,struct session * s,const char * style,const char * border_style,popup_close_cb cb,void * arg) popup_display() argument
|