Home
last modified time | relevance | path

Searched refs:style_apply (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dscreen-redraw.c447 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 Dstyle.c363 style_apply(struct grid_cell *gc, struct options *oo, const char *name, in style_apply() function
H A Dstatus.c402 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 Dpopup.c684 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 Dmenu.c448 style_apply(gc, o, option, NULL); in menu_set_style()
H A Dwindow-copy.c4394 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 Dmode-tree.c668 style_apply(&gc, oo, "mode-style", NULL); in mode_tree_draw()
H A Dwindow-customize.c773 style_apply(&gc, item->oo, name, ft); in window_customize_draw_option()
H A Dtmux.h3464 void style_apply(struct grid_cell *, struct options *,