X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=rote.h;h=a4f6b3ebf2a771ec8fe6c75c9f21ee74e75821c7;hb=7ea77f37c3d2ad6f176182e2b1441dd33e39af8c;hp=6e4742bc60350e3d4edd1d560ac024cee8e849e1;hpb=1d26603be3c785ed147834cb7c750454a5866599;p=apps%2Fmadtty.git diff --git a/rote.h b/rote.h index 6e4742b..a4f6b3e 100644 --- a/rote.h +++ b/rote.h @@ -79,7 +79,7 @@ Copyright (c) 2004 Bruno T. C. de Oliveira #define ROTE_ATTR_MOD_BOLD(attr, boldbit) \ attr &= 0x7F, attr |= (boldbit)?0x80:0x00 #define ROTE_ATTR_MOD_BLINK(attr, blinkbit) \ - attr &= 0xF7, attr |= (boldbit)?0x08:0x00 + attr &= 0xF7, attr |= (blinkbit)?0x08:0x00 /* these return non-zero for 'yes', zero for 'no'. Don't rely on them being * any more specific than that (e.g. being exactly 1 for 'yes' or whatever). */