Home
last modified time | relevance | path

Searched refs:style_add (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dstyle.c337 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()
Dscreen-redraw.c687 style_add(&ctx->no_pane_gc, oo, "pane-border-style", in screen_redraw_draw_borders_cell()
Dtty.c3128 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()
Dtmux.h3461 void style_add(struct grid_cell *, struct options *,