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    205 lib/tty/color-ncurses.c     if (ifg >= 0 && (ifg & FLAG_TRUECOLOR) != 0)
FLAG_TRUECOLOR    207 lib/tty/color-ncurses.c         ifg &= ~FLAG_TRUECOLOR;
FLAG_TRUECOLOR    212 lib/tty/color-ncurses.c     if (ibg >= 0 && (ibg & FLAG_TRUECOLOR) != 0)
FLAG_TRUECOLOR    214 lib/tty/color-ncurses.c         ibg &= ~FLAG_TRUECOLOR;
FLAG_TRUECOLOR    168 lib/tty/color.c         if ((ifg & FLAG_TRUECOLOR) == 0)
FLAG_TRUECOLOR    171 lib/tty/color.c         if ((ibg & FLAG_TRUECOLOR) == 0)