1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Moved CH_ESC back to cbm.h

git-svn-id: svn://svn.cc65.org/cc65/trunk@1768 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-12-14 16:55:17 +00:00
parent cd5f487b8c
commit f47648ecfb
6 changed files with 1 additions and 7 deletions

View File

@ -46,7 +46,6 @@
/* Additional key defines */
#define CH_ESC 27
#define CH_F1 133
#define CH_F2 137
#define CH_F3 134

View File

@ -106,6 +106,7 @@ extern unsigned char _filetype; /* Default 'u' */
#define CH_INS 148
#define CH_ENTER '\n'
#define CH_STOP 3
#define CH_ESC 27

View File

@ -46,7 +46,6 @@
/* Additional key defines */
#define CH_ESC 27
#define CH_F1 133
#define CH_F2 137
#define CH_F3 134

View File

@ -46,7 +46,6 @@
/* Additional key defines */
#define CH_ESC 27
#define CH_F1 224
#define CH_F2 225
#define CH_F3 226

View File

@ -46,7 +46,6 @@
/* Additional key defines */
#define CH_ESC 27
#define CH_F1 224
#define CH_F2 225
#define CH_F3 226

View File

@ -45,9 +45,6 @@
/* Additional key defines */
#define CH_ESC 27
/* Color defines */
#define COLOR_BLACK 0x00
#define COLOR_WHITE 0x01