Lines Matching defs:palette

1346 		    &ctx->defaults, ctx->palette);
1351 ctx->palette);
1431 struct colour_palette *palette)
1494 tty_default_attributes(tty, defaults, palette, 8,
1523 tty_attributes(tty, &last, defaults, palette,
1557 tty_attributes(tty, &last, defaults, palette,
1575 tty_attributes(tty, &last, defaults, palette,
1588 tty_attributes(tty, &last, defaults, palette, s->hyperlinks);
1604 tty_default_attributes(tty, defaults, palette, 8,
1701 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1724 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1735 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1758 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1786 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1800 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1811 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1820 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1847 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1879 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1920 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1961 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1981 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2006 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2031 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2055 tty_attributes(tty, &grid_default_cell, &ctx->defaults, ctx->palette,
2089 px, py, &ctx->defaults, ctx->palette);
2102 tty_cell(tty, ctx->cell, &ctx->defaults, ctx->palette,
2137 tty_attributes(tty, ctx->cell, &ctx->defaults, ctx->palette, ctx->s->hyperlinks);
2211 const struct grid_cell *defaults, struct colour_palette *palette,
2228 tty_attributes(tty, gcp, defaults, palette, hl);
2232 tty_attributes(tty, gcp, defaults, palette, hl);
2561 const struct grid_cell *defaults, struct colour_palette *palette,
2600 tty_check_fg(tty, palette, &gc2);
2601 tty_check_bg(tty, palette, &gc2);
2602 tty_check_us(tty, palette, &gc2);
2715 tty_check_fg(struct tty *tty, struct colour_palette *palette,
2723 * Perform substitution if this pane has a palette. If the bright
2725 * the palette by changing to the aixterm colour
2733 if ((c = colour_palette_get(palette, c)) != -1)
2739 /* Not a 24-bit terminal? Translate to 256-colour palette. */
2776 tty_check_bg(struct tty *tty, struct colour_palette *palette,
2783 /* Perform substitution if this pane has a palette. */
2785 if ((c = colour_palette_get(palette, gc->bg)) != -1)
2791 /* Not a 24-bit terminal? Translate to 256-colour palette. */
2808 * palette. Bold background doesn't exist portably, so just
2828 tty_check_us(__unused struct tty *tty, struct colour_palette *palette,
2833 /* Perform substitution if this pane has a palette. */
2835 if ((c = colour_palette_get(palette, gc->us)) != -1)
2997 gc->fg = wp->palette.fg;
2998 gc->bg = wp->palette.bg;
3040 struct colour_palette *palette, u_int bg, struct hyperlinks *hl)
3046 tty_attributes(tty, &gc, defaults, palette, hl);