1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00

Small addition by Stefan Haubenthal

git-svn-id: svn://svn.cc65.org/cc65/trunk@3060 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-05-31 19:31:53 +00:00
parent e625fcea95
commit df4289cd34

View File

@ -54,11 +54,15 @@
#define CH_CROSS 0x10
#define CH_RTEE 0x17
#define CH_LTEE 0x0f
#define CH_ULCORNER 0x10
#define CH_URCORNER 0x10
#define CH_LLCORNER 0x10
#define CH_LRCORNER 0x10
#define CH_TTEE 0x16
#define CH_BTEE 0x15
#define CH_HLINE 0x0b
#define CH_VLINE 0x0e
#define CH_ULCORNER 0x14
#define CH_URCORNER 0x12
#define CH_LLCORNER 0x11
#define CH_LRCORNER 0x08
#define CH_PI 0x05
/* Color defines */