FLAG_TRUECOLOR    158 lib/tty/color-internal.c             return FLAG_TRUECOLOR | i;
FLAG_TRUECOLOR    181 lib/tty/color-internal.c     if ((idx >= 16 && idx < 256) || (idx & FLAG_TRUECOLOR) != 0)
FLAG_TRUECOLOR    272 lib/tty/color-internal.c     color = FLAG_TRUECOLOR | (r << 16) | (g << 8) | b;
FLAG_TRUECOLOR    206 lib/tty/color-ncurses.c         if ((ifg & FLAG_TRUECOLOR) != 0)
FLAG_TRUECOLOR    208 lib/tty/color-ncurses.c             ifg &= ~FLAG_TRUECOLOR;
FLAG_TRUECOLOR    213 lib/tty/color-ncurses.c         if ((ibg & FLAG_TRUECOLOR) != 0)
FLAG_TRUECOLOR    215 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)