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

@@ -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