mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Define CH_ENTER
git-svn-id: svn://svn.cc65.org/cc65/trunk@1730 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b9a9c8186a
commit
8dc9619d2e
@ -105,6 +105,7 @@ extern unsigned char _filetype; /* Default 'u' */
|
||||
#define CH_DEL 20
|
||||
#define CH_INS 148
|
||||
#define CH_ESC 95
|
||||
#define CH_ENTER '\n'
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user