Symbol: style_apply
usr.bin/tmux/menu.c
190
style_apply(&md->style_gc, o, "menu-style", ft);
usr.bin/tmux/menu.c
202
style_apply(&md->selected_style_gc, o, "menu-selected-style", ft);
usr.bin/tmux/menu.c
215
style_apply(&md->border_style_gc, o, "menu-border-style", ft);
usr.bin/tmux/mode-tree.c
1472
style_apply(&box_gc, oo, "tree-mode-border-style", NULL);
usr.bin/tmux/mode-tree.c
844
style_apply(&gc, oo, "tree-mode-selection-style", NULL);
usr.bin/tmux/mode-tree.c
846
style_apply(&box_gc, oo, "tree-mode-border-style", NULL);
usr.bin/tmux/popup.c
112
style_apply(&pd->defaults, o, "popup-style", ft);
usr.bin/tmux/popup.c
124
style_apply(&pd->border_cell, o, "popup-border-style", ft);
usr.bin/tmux/popup.c
613
style_apply(&pd->border_cell, o, "popup-border-style", NULL);
usr.bin/tmux/popup.c
629
style_apply(&pd->defaults, o, "popup-style", NULL);
usr.bin/tmux/prompt.c
142
style_apply(&pd->style, oo, "message-style", NULL);
usr.bin/tmux/prompt.c
143
style_apply(&pd->command_style, oo, "message-command-style", NULL);
usr.bin/tmux/prompt.c
150
style_apply(&gc, oo, "prompt-cursor-colour", NULL);
usr.bin/tmux/prompt.c
152
style_apply(&gc, oo, "prompt-command-cursor-colour", NULL);
usr.bin/tmux/screen.c
185
style_apply(&gc, oo, "cursor-colour", NULL);
usr.bin/tmux/status.c
248
style_apply(&gc, s->options, "status-style", ft);
usr.bin/tmux/status.c
491
style_apply(&gc, s->options, "message-style", ft);
usr.bin/tmux/tmux.h
4145
void style_apply(struct grid_cell *, struct options *,
usr.bin/tmux/window-border.c
172
style_apply(saved, wp->options, option, ft);
usr.bin/tmux/window-client.c
288
style_apply(&gc, w->options, "tree-mode-border-style", NULL);
usr.bin/tmux/window-client.c
342
style_apply(&gc, w->options, "tree-mode-border-style", NULL);
usr.bin/tmux/window-clock.c
241
style_apply(&gc, w->options, "clock-mode-colour", ft);
usr.bin/tmux/window-copy.c
5334
style_apply(&gc, oo, "copy-mode-position-style", ft);
usr.bin/tmux/window-copy.c
5336
style_apply(&mgc, oo, "copy-mode-match-style", ft);
usr.bin/tmux/window-copy.c
5338
style_apply(&cgc, oo, "copy-mode-current-match-style", ft);
usr.bin/tmux/window-copy.c
5340
style_apply(&mkgc, oo, "copy-mode-mark-style", ft);
usr.bin/tmux/window-copy.c
5342
style_apply(&clgc, oo, "copy-mode-current-line-style", ft);
usr.bin/tmux/window-copy.c
5345
style_apply(&ln_gc, oo, "copy-mode-line-number-style", ft);
usr.bin/tmux/window-copy.c
5347
style_apply(&cur_ln_gc, oo,
usr.bin/tmux/window-copy.c
5836
style_apply(&gc, oo, "copy-mode-selection-style", ft);
usr.bin/tmux/window-customize.c
1387
style_apply(&gc, item->oo, name, ft);
usr.bin/tmux/window-customize.c
1396
style_apply(&gc, item->oo, name, ft);
usr.bin/tmux/window-panes.c
236
style_apply(gc, wp->window->options, "display-panes-border-style", ft);
usr.bin/tmux/window-panes.c
741
style_apply(&fgc, oo, name, ft);
usr.bin/tmux/window-switch.c
290
style_apply(&mgc, oo, "switch-mode-match-style", NULL);
usr.bin/tmux/window-switch.c
291
style_apply(&sgc, oo, "mode-style", NULL);
usr.bin/tmux/window-tree.c
513
style_apply(gc, oo, "tree-mode-border-style", ft);
usr.bin/tmux/window-tree.c
621
style_apply(&label_gc, oo, "tree-mode-preview-style", ft);
usr.bin/tmux/window-tree.c
769
style_apply(&label_gc, oo, "tree-mode-preview-style", ft);