circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit 8d7f4929153efa00fd954c06d20286ad3dce6ca0
parent 37fbccd143ccd7e4aafc00f92fc55d7bf27cf4fa
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Wed,  7 Sep 2022 12:03:55 +0200

Change UI_BYTE to EM (0x19)

Diffstat:
Mcirco.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circo.c b/circo.c @@ -66,7 +66,7 @@ char *argv0; #define COLRST "\33[0m" /* UI colors and attributes */ -#define UI_BYTE 0x00 /* NUL is not allowed in messages */ +#define UI_BYTE 0x19 #define UI_SET(X) UI_BYTE, X #define UI_RST UI_BYTE, -1 #define UI_WRAP(A,B) UI_SET(B), A, UI_RST