HomeSort by: relevance | last modified time | path
    Searched defs:OPT_256_COLORS (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/include/
xtermcfg.h 160 #define OPT_256_COLORS 1 /* CF_ARG_ENABLE(256-color) */
  /xsrc/external/mit/xterm/dist/
ptyx.h 654 #ifndef OPT_256_COLORS
655 #define OPT_256_COLORS 1 /* true if xterm is configured with 256 colors */
874 #if OPT_256_COLORS && !OPT_ISO_COLORS
876 #undef OPT_256_COLORS
877 #define OPT_256_COLORS 0
886 #if OPT_88_COLORS && OPT_256_COLORS
1489 #if OPT_256_COLORS
1557 #if OPT_256_COLORS || OPT_88_COLORS || OPT_ISO_COLORS
1817 #elif OPT_256_COLORS || OPT_88_COLORS

Completed in 7 milliseconds