Searched refs:style_apply (Results 1 – 9 of 9) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | screen-redraw.c | 447 style_apply(&gc, w->options, "pane-active-border-style", ft); in screen_redraw_make_pane_status() 449 style_apply(&gc, w->options, "pane-border-style", ft); in screen_redraw_make_pane_status() 717 style_apply(&wp->border_gc, oo, "pane-active-border-style", ft); in screen_redraw_draw_borders_style() 719 style_apply(&wp->border_gc, oo, "pane-border-style", ft); in screen_redraw_draw_borders_style() 1026 style_apply(&gc, w->options, "pane-scrollbars-style", NULL); in screen_redraw_draw_scrollbar()
|
H A D | style.c | 363 style_apply(struct grid_cell *gc, struct options *oo, const char *name, in style_apply() function
|
H A D | status.c | 402 style_apply(&gc, s->options, "status-style", ft); in status_redraw() 578 style_apply(&gc, s->options, "message-style", ft); in status_message_redraw() 814 style_apply(&gc, s->options, "message-command-style", ft); in status_prompt_redraw() 816 style_apply(&gc, s->options, "message-style", ft); in status_prompt_redraw()
|
H A D | popup.c | 684 style_apply(&pd->border_cell, o, "popup-border-style", NULL); in popup_display() 699 style_apply(&pd->defaults, o, "popup-style", NULL); in popup_display()
|
H A D | menu.c | 448 style_apply(gc, o, option, NULL); in menu_set_style()
|
H A D | window-copy.c | 4394 style_apply(&gc, oo, "mode-style", NULL); in window_copy_write_line() 4396 style_apply(&mgc, oo, "copy-mode-match-style", NULL); in window_copy_write_line() 4398 style_apply(&cgc, oo, "copy-mode-current-match-style", NULL); in window_copy_write_line() 4400 style_apply(&mkgc, oo, "copy-mode-mark-style", NULL); in window_copy_write_line() 4692 style_apply(&gc, oo, "mode-style", NULL); in window_copy_set_selection()
|
H A D | mode-tree.c | 668 style_apply(&gc, oo, "mode-style", NULL); in mode_tree_draw()
|
H A D | window-customize.c | 773 style_apply(&gc, item->oo, name, ft); in window_customize_draw_option()
|
H A D | tmux.h | 3464 void style_apply(struct grid_cell *, struct options *,
|