Home | History | Annotate | Download | only in dist

Lines Matching defs:palette

3133  * This provides an approximation (the closest color from xterm's palette)
4069 * Check if the palette changed and there are no more immediate changes
4083 TRACE(("forced repaint after palette changed\n"));
8256 ColorSlot *palette;
8258 if ((palette = allocColorSlot(xw, actual)) != NULL) {
8259 GetColors(xw, &(palette->base));
8260 CopyColorSlot(&(palette->ansi[0]), screen->Acolors, MAXCOLORS);
8287 ColorSlot *palette;
8289 if ((palette = s->palettes[actual]) != NULL) {
8291 palette->ansi,
8295 popOldColors(xw, &(palette->base));
8296 CopyColorSlot(screen->Acolors, &(palette->ansi[0]), MAXCOLORS);