FLAG_TRUECOLOR 153 lib/tty/color-internal.c return FLAG_TRUECOLOR | i; FLAG_TRUECOLOR 176 lib/tty/color-internal.c if ((idx >= 16 && idx < 256) || (idx & FLAG_TRUECOLOR) != 0) FLAG_TRUECOLOR 267 lib/tty/color-internal.c color = FLAG_TRUECOLOR | (r << 16) | (g << 8) | b; FLAG_TRUECOLOR 167 lib/tty/color-ncurses.c if ((ifg & FLAG_TRUECOLOR) != 0) FLAG_TRUECOLOR 169 lib/tty/color-ncurses.c ifg &= ~FLAG_TRUECOLOR; FLAG_TRUECOLOR 174 lib/tty/color-ncurses.c if ((ibg & FLAG_TRUECOLOR) != 0) FLAG_TRUECOLOR 176 lib/tty/color-ncurses.c ibg &= ~FLAG_TRUECOLOR; FLAG_TRUECOLOR 182 lib/tty/color.c if ((ifg & FLAG_TRUECOLOR) == 0) FLAG_TRUECOLOR 185 lib/tty/color.c if ((ibg & FLAG_TRUECOLOR) == 0)