X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_head.h;h=5db7e3f4e2619a414da03aefc76d9fa1cecae647;hb=74929b07c8b45a20eb5079444f4df21c9898e605;hp=941069c2732b9816c40a48a270bd9a8dcc3f08d1;hpb=1170e45860266537729a5a54eaafdf50511f5315;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 941069c2..5db7e3f4 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -172,16 +172,6 @@ typedef void __based(__self) * memptr; typedef void _seg * memptr; #endif -#define AARED "\x1b[41;31m" -#define AABLUE "\x1b[44;34m" -#define AAGREEN "\x1b[42;32m" -#define AAYELLOW "\x1b[43;33m" -#define AAGREY "\x1b[47;37m" -#define AABLACK "\x1b[40;30m" -#define AAWHITE "\x1b[47;37m" -#define AAMAGENTA "\x1b[45;35m" -#define AARESET "\x1b[0m" - /* local function */ void wait(clock_t wait);