SIR_ESC_SEQ 59 src/libsir/include/sir/ansimacros.h # define SIR_ESC_SEQE(codes) SIR_ESC_SEQ(codes, "") SIR_ESC_SEQ 87 src/libsir/include/sir/ansimacros.h SIR_ESC_SEQ(#attr ";" #fg ";" #bg, s) SIR_ESC_SEQE("0;39;49") SIR_ESC_SEQ 89 src/libsir/include/sir/ansimacros.h # define SIR_STRIKE(s) SIR_ESC_SEQ("9", s) SIR_ESC_SEQE("29") /**< Strike-through. */ SIR_ESC_SEQ 90 src/libsir/include/sir/ansimacros.h # define SIR_INVERT(s) SIR_ESC_SEQ("7", s) SIR_ESC_SEQE("27") /**< Inverted fg/bg. */ SIR_ESC_SEQ 91 src/libsir/include/sir/ansimacros.h # define SIR_ULINE(s) SIR_ESC_SEQ("4", s) SIR_ESC_SEQE("24") /**< Underlined. */ SIR_ESC_SEQ 92 src/libsir/include/sir/ansimacros.h # define SIR_EMPH(s) SIR_ESC_SEQ("3", s) SIR_ESC_SEQE("23") /**< Emphasis/italic. */ SIR_ESC_SEQ 93 src/libsir/include/sir/ansimacros.h # define SIR_BOLD(s) SIR_ESC_SEQ("1", s) SIR_ESC_SEQE("22") /**< Bold. */ SIR_ESC_SEQ 94 src/libsir/include/sir/ansimacros.h # define SIR_BLINK(s) SIR_ESC_SEQ("5", s) SIR_ESC_SEQE("25") /**< Blinking text. */