Searched refs:tty_attributes (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-display-panes.c147 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL);
164 tty_attributes(tty, &bgc, &grid_default_cell, NULL, NULL);
182 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL);
H A Dtty.c1518 tty_attributes(tty, &last, defaults, palette,
1552 tty_attributes(tty, &last, defaults, palette,
1570 tty_attributes(tty, &last, defaults, palette,
1583 tty_attributes(tty, &last, defaults, palette, s->hyperlinks);
2115 tty_attributes(tty, &grid_default_cell, &ctx->defaults, ctx->palette,
2197 tty_attributes(tty, ctx->cell, &ctx->defaults, ctx->palette, ctx->s->hyperlinks);
2340 tty_attributes(tty, gcp, defaults, palette, hl);
2344 tty_attributes(tty, gcp, defaults, palette, hl);
2672 tty_attributes(struct tty *tty, const struct grid_cell *gc, function
3158 tty_attributes(tt
[all...]
H A Dtmux.h2334 void tty_attributes(struct tty *, const struct grid_cell *,

Completed in 295 milliseconds