Added CH_ENTER define.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4826 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
8c0c1e1ed9
commit
e14435685f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
|
||||
/* Character codes */
|
||||
#define CH_DELCHR 0xFE /* delete char under the cursor */
|
||||
#define CH_ENTER 0x9B
|
||||
#define CH_ESC 0x1B
|
||||
#define CH_CURS_UP 28
|
||||
#define CH_CURS_DOWN 29
|
||||
|
|
Loading…
Add table
Reference in a new issue