Introduce COLOR_PURPLE as an alias for COLOR_VIOLET
git-svn-id: svn://svn.cc65.org/cc65/trunk@2462 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
#define COLOR_RED 0x02
|
#define COLOR_RED 0x02
|
||||||
#define COLOR_CYAN 0x03
|
#define COLOR_CYAN 0x03
|
||||||
#define COLOR_VIOLET 0x04
|
#define COLOR_VIOLET 0x04
|
||||||
|
#define COLOR_PURPLE COLOR_VIOLET
|
||||||
#define COLOR_GREEN 0x05
|
#define COLOR_GREEN 0x05
|
||||||
#define COLOR_BLUE 0x06
|
#define COLOR_BLUE 0x06
|
||||||
#define COLOR_YELLOW 0x07
|
#define COLOR_YELLOW 0x07
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
#define BCOLOR_RED 0x02
|
#define BCOLOR_RED 0x02
|
||||||
#define BCOLOR_CYAN 0x03
|
#define BCOLOR_CYAN 0x03
|
||||||
#define BCOLOR_VIOLET 0x04
|
#define BCOLOR_VIOLET 0x04
|
||||||
|
#define BCOLOR_PURPLE BCOLOR_VIOLET
|
||||||
#define BCOLOR_GREEN 0x05
|
#define BCOLOR_GREEN 0x05
|
||||||
#define BCOLOR_BLUE 0x06
|
#define BCOLOR_BLUE 0x06
|
||||||
#define BCOLOR_YELLOW 0x07
|
#define BCOLOR_YELLOW 0x07
|
||||||
@@ -94,6 +95,7 @@
|
|||||||
#define COLOR_RED (BCOLOR_RED | CATTR_LUMA4)
|
#define COLOR_RED (BCOLOR_RED | CATTR_LUMA4)
|
||||||
#define COLOR_CYAN (BCOLOR_CYAN | CATTR_LUMA7)
|
#define COLOR_CYAN (BCOLOR_CYAN | CATTR_LUMA7)
|
||||||
#define COLOR_VIOLET (BCOLOR_VIOLET | CATTR_LUMA7)
|
#define COLOR_VIOLET (BCOLOR_VIOLET | CATTR_LUMA7)
|
||||||
|
#define COLOR_PURPLE COLOR_VIOLET
|
||||||
#define COLOR_GREEN (BCOLOR_GREEN | CATTR_LUMA7)
|
#define COLOR_GREEN (BCOLOR_GREEN | CATTR_LUMA7)
|
||||||
#define COLOR_BLUE (BCOLOR_BLUE | CATTR_LUMA7)
|
#define COLOR_BLUE (BCOLOR_BLUE | CATTR_LUMA7)
|
||||||
#define COLOR_YELLOW (BCOLOR_YELLOW | CATTR_LUMA7)
|
#define COLOR_YELLOW (BCOLOR_YELLOW | CATTR_LUMA7)
|
||||||
|
|||||||
@@ -75,6 +75,7 @@
|
|||||||
#define COLOR_RED 0x02
|
#define COLOR_RED 0x02
|
||||||
#define COLOR_CYAN 0x03
|
#define COLOR_CYAN 0x03
|
||||||
#define COLOR_VIOLET 0x04
|
#define COLOR_VIOLET 0x04
|
||||||
|
#define COLOR_PURPLE COLOR_VIOLET
|
||||||
#define COLOR_GREEN 0x05
|
#define COLOR_GREEN 0x05
|
||||||
#define COLOR_BLUE 0x06
|
#define COLOR_BLUE 0x06
|
||||||
#define COLOR_YELLOW 0x07
|
#define COLOR_YELLOW 0x07
|
||||||
|
|||||||
Reference in New Issue
Block a user