oga's tools
Rev. | 2b80abcdeb00aad07aa265bd434df3975aadbb9a |
---|---|
大小 | 197 字节 |
时间 | 2024-12-10 04:54:07 |
作者 | hyperoga |
Log Message | add color() func
|
#define cls() printf("[2J")
#define locate(x,y) printf("[%d;%dH",y,x)
/* c = 0-7 */
#define color(c) printf("[%dm", c+30)
/* for X68K */
#define CUR_ON B_CURON()
#define CUR_OFF B_CUROFF()