Home | History | Annotate | Download | only in dist

Lines Matching refs:palette

1384 		    &ctx->defaults, ctx->palette);
1389 ctx->palette);
1469 struct colour_palette *palette)
1532 tty_default_attributes(tty, defaults, palette, 8,
1561 tty_attributes(tty, &last, defaults, palette,
1595 tty_attributes(tty, &last, defaults, palette,
1613 tty_attributes(tty, &last, defaults, palette,
1626 tty_attributes(tty, &last, defaults, palette, s->hyperlinks);
1642 tty_default_attributes(tty, defaults, palette, 8,
1804 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1827 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1838 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1861 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1889 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1903 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1914 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1923 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1950 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
1982 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2023 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2064 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2084 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2109 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2134 tty_default_attributes(tty, &ctx->defaults, ctx->palette, ctx->bg,
2158 tty_attributes(tty, &grid_default_cell, &ctx->defaults, ctx->palette,
2192 px, py, &ctx->defaults, ctx->palette);
2205 tty_cell(tty, ctx->cell, &ctx->defaults, ctx->palette,
2240 tty_attributes(tty, ctx->cell, &ctx->defaults, ctx->palette, ctx->s->hyperlinks);
2366 const struct grid_cell *defaults, struct colour_palette *palette,
2383 tty_attributes(tty, gcp, defaults, palette, hl);
2387 tty_attributes(tty, gcp, defaults, palette, hl);
2716 const struct grid_cell *defaults, struct colour_palette *palette,
2755 tty_check_fg(tty, palette, &gc2);
2756 tty_check_bg(tty, palette, &gc2);
2757 tty_check_us(tty, palette, &gc2);
2869 tty_check_fg(struct tty *tty, struct colour_palette *palette,
2877 * Perform substitution if this pane has a palette. If the bright
2879 * the palette by changing to the aixterm colour
2887 if ((c = colour_palette_get(palette, c)) != -1)
2893 /* Not a 24-bit terminal? Translate to 256-colour palette. */
2938 tty_check_bg(struct tty *tty, struct colour_palette *palette,
2945 /* Perform substitution if this pane has a palette. */
2947 if ((c = colour_palette_get(palette, gc->bg)) != -1)
2953 /* Not a 24-bit terminal? Translate to 256-colour palette. */
2970 * palette. Bold background doesn't exist portably, so just
2990 tty_check_us(__unused struct tty *tty, struct colour_palette *palette,
2995 /* Perform substitution if this pane has a palette. */
2997 if ((c = colour_palette_get(palette, gc->us)) != -1)
3159 gc->fg = wp->palette.fg;
3160 gc->bg = wp->palette.bg;
3202 struct colour_palette *palette, u_int bg, struct hyperlinks *hl)
3208 tty_attributes(tty, &gc, defaults, palette, hl);