Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dcmd-display-panes.c147 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL); in cmd_display_panes_draw_pane()
164 tty_attributes(tty, &bgc, &grid_default_cell, NULL, NULL); in cmd_display_panes_draw_pane()
182 tty_attributes(tty, &fgc, &grid_default_cell, NULL, NULL); in cmd_display_panes_draw_pane()
H A Dtty.c1523 tty_attributes(tty, &last, defaults, palette, in tty_draw_line()
1557 tty_attributes(tty, &last, defaults, palette, in tty_draw_line()
1575 tty_attributes(tty, &last, defaults, palette, in tty_draw_line()
1588 tty_attributes(tty, &last, defaults, palette, s->hyperlinks); in tty_draw_line()
2055 tty_attributes(tty, &grid_default_cell, &ctx->defaults, ctx->palette, in tty_cmd_alignmenttest()
2137 tty_attributes(tty, ctx->cell, &ctx->defaults, ctx->palette, ctx->s->hyperlinks); in tty_cmd_cells()
2228 tty_attributes(tty, gcp, defaults, palette, hl); in tty_cell()
2232 tty_attributes(tty, gcp, defaults, palette, hl); in tty_cell()
2560 tty_attributes(struct tty *tty, const struct grid_cell *gc, in tty_attributes() function
3044 tty_attributes(tty, &gc, defaults, palette, hl); in tty_default_attributes()
H A Dtmux.h2394 void tty_attributes(struct tty *, const struct grid_cell *,