SIR_COLOR 96 src/libsir/include/sir/ansimacros.h # define SIR_BLACK(s) SIR_COLOR(0, 30, 49, s) /**< Black foreground text. */ SIR_COLOR 97 src/libsir/include/sir/ansimacros.h # define SIR_BLACKB(s) SIR_COLOR(1, 30, 49, s) /**< Bold black foreground text. */ SIR_COLOR 99 src/libsir/include/sir/ansimacros.h # define SIR_RED(s) SIR_COLOR(0, 31, 49, s) /**< Red foreground text. */ SIR_COLOR 100 src/libsir/include/sir/ansimacros.h # define SIR_REDB(s) SIR_COLOR(1, 31, 49, s) /**< Bold red foreground text. */ SIR_COLOR 101 src/libsir/include/sir/ansimacros.h # define SIR_BRED(s) SIR_COLOR(0, 91, 49, s) /**< Bright red foreground text. */ SIR_COLOR 102 src/libsir/include/sir/ansimacros.h # define SIR_BREDB(s) SIR_COLOR(1, 91, 49, s) /**< Bold bright red foreground text. */ SIR_COLOR 104 src/libsir/include/sir/ansimacros.h # define SIR_GREEN(s) SIR_COLOR(0, 32, 49, s) /**< Green foreground text. */ SIR_COLOR 105 src/libsir/include/sir/ansimacros.h # define SIR_GREENB(s) SIR_COLOR(1, 32, 49, s) /**< Bold green foreground text. */ SIR_COLOR 106 src/libsir/include/sir/ansimacros.h # define SIR_BGREEN(s) SIR_COLOR(0, 92, 49, s) /**< Bright green foreground text. */ SIR_COLOR 107 src/libsir/include/sir/ansimacros.h # define SIR_BGREENB(s) SIR_COLOR(1, 92, 49, s) /**< Bold bright green foreground text. */ SIR_COLOR 109 src/libsir/include/sir/ansimacros.h # define SIR_YELLOW(s) SIR_COLOR(0, 33, 49, s) /**< Yellow foreground text. */ SIR_COLOR 110 src/libsir/include/sir/ansimacros.h # define SIR_YELLOWB(s) SIR_COLOR(1, 33, 49, s) /**< Bold yellow foreground text. */ SIR_COLOR 111 src/libsir/include/sir/ansimacros.h # define SIR_BYELLOW(s) SIR_COLOR(0, 93, 49, s) /**< Bright yellow foreground text. */ SIR_COLOR 112 src/libsir/include/sir/ansimacros.h # define SIR_BYELLOWB(s) SIR_COLOR(1, 93, 49, s) /**< Bold bright yellow foreground text. */ SIR_COLOR 114 src/libsir/include/sir/ansimacros.h # define SIR_BLUE(s) SIR_COLOR(0, 34, 49, s) /**< Blue foreground text. */ SIR_COLOR 115 src/libsir/include/sir/ansimacros.h # define SIR_BLUEB(s) SIR_COLOR(1, 34, 49, s) /**< Bold blue foreground text. */ SIR_COLOR 116 src/libsir/include/sir/ansimacros.h # define SIR_BBLUE(s) SIR_COLOR(0, 94, 49, s) /**< Bright blue foreground text. */ SIR_COLOR 117 src/libsir/include/sir/ansimacros.h # define SIR_BBLUEB(s) SIR_COLOR(1, 94, 49, s) /**< Bold bright blue foreground text. */ SIR_COLOR 119 src/libsir/include/sir/ansimacros.h # define SIR_MAGENTA(s) SIR_COLOR(0, 35, 49, s) /**< Magenta foreground text. */ SIR_COLOR 120 src/libsir/include/sir/ansimacros.h # define SIR_MAGENTAB(s) SIR_COLOR(1, 35, 49, s) /**< Bold magenta foreground text. */ SIR_COLOR 121 src/libsir/include/sir/ansimacros.h # define SIR_BMAGENTA(s) SIR_COLOR(0, 95, 49, s) /**< Bright magenta foreground text. */ SIR_COLOR 122 src/libsir/include/sir/ansimacros.h # define SIR_BMAGENTAB(s) SIR_COLOR(1, 95, 49, s) /**< Bold bright magenta foreground text. */ SIR_COLOR 124 src/libsir/include/sir/ansimacros.h # define SIR_CYAN(s) SIR_COLOR(0, 36, 49, s) /**< Cyan foreground text. */ SIR_COLOR 125 src/libsir/include/sir/ansimacros.h # define SIR_CYANB(s) SIR_COLOR(1, 36, 49, s) /**< Bold cyan foreground text. */ SIR_COLOR 126 src/libsir/include/sir/ansimacros.h # define SIR_BCYAN(s) SIR_COLOR(0, 96, 49, s) /**< Bright cyan foreground text. */ SIR_COLOR 127 src/libsir/include/sir/ansimacros.h # define SIR_BCYANB(s) SIR_COLOR(1, 96, 49, s) /**< Bold bright cyan foreground text. */ SIR_COLOR 129 src/libsir/include/sir/ansimacros.h # define SIR_BGRAY(s) SIR_COLOR(0, 37, 49, s) /**< Bright gray foreground text. */ SIR_COLOR 130 src/libsir/include/sir/ansimacros.h # define SIR_BGRAYB(s) SIR_COLOR(1, 37, 49, s) /**< Bold bright gray foreground text. */ SIR_COLOR 131 src/libsir/include/sir/ansimacros.h # define SIR_DGRAY(s) SIR_COLOR(0, 90, 49, s) /**< Dark gray foreground text. */ SIR_COLOR 132 src/libsir/include/sir/ansimacros.h # define SIR_DGRAYB(s) SIR_COLOR(1, 90, 49, s) /**< Bold dark gray foreground text. */ SIR_COLOR 134 src/libsir/include/sir/ansimacros.h # define SIR_WHITE(s) SIR_COLOR(0, 97, 49, s) /**< White foreground text. */ SIR_COLOR 135 src/libsir/include/sir/ansimacros.h # define SIR_WHITEB(s) SIR_COLOR(1, 97, 49, s) /**< Bold white foreground text. */