Searched refs:style_add (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/tmux/dist/ |
| D | style.c | 337 style_add(struct grid_cell *gc, struct options *oo, const char *name, in style_add() function 367 style_add(gc, oo, name, ft); in style_apply()
|
| D | screen-redraw.c | 687 style_add(&ctx->no_pane_gc, oo, "pane-border-style", in screen_redraw_draw_borders_cell()
|
| D | tty.c | 3128 style_add(&wp->cached_active_gc, oo, "window-active-style", ft); in tty_default_colours() 3130 style_add(&wp->cached_gc, oo, "window-style", ft); in tty_default_colours()
|
| D | tmux.h | 3461 void style_add(struct grid_cell *, struct options *,
|