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

/openbsd-current/usr.bin/tmux/
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.c1514 tty_attributes(tty, &last, defaults, palette,
1548 tty_attributes(tty, &last, defaults, palette,
1566 tty_attributes(tty, &last, defaults, palette,
1579 tty_attributes(tty, &last, defaults, palette, s->hyperlinks);
2046 tty_attributes(tty, &grid_default_cell, &ctx->defaults, ctx->palette,
2128 tty_attributes(tty, ctx->cell, &ctx->defaults, ctx->palette, ctx->s->hyperlinks);
2219 tty_attributes(tty, gcp, defaults, palette, hl);
2223 tty_attributes(tty, gcp, defaults, palette, hl);
2551 tty_attributes(struct tty *tty, const struct grid_cell *gc, function
3037 tty_attributes(tt
[all...]
H A Dtmux.h2304 void tty_attributes(struct tty *, const struct grid_cell *,

Completed in 195 milliseconds