Home | History | Annotate | Download | only in src

Lines Matching full:palette

46     // Normal 8 colours or high intensity - parse as palette 0
67 static int lookup_colour(const VTermState *state, int palette, const long args[], int argcount, VTermColor *col, int *index)
69 switch(palette) {
89 fprintf(stderr, "Unrecognised colour palette %d\n", palette);
303 case 34: case 35: case 36: case 37: // Foreground colour palette
311 case 38: // Foreground colour alternative palette
326 case 44: case 45: case 46: case 47: // Background colour palette
332 case 48: // Background colour alternative palette
347 case 94: case 95: case 96: case 97: // Foreground colour high-intensity palette
354 case 104: case 105: case 106: case 107: // Background colour high-intensity palette