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