mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 17:29:50 +00:00
According to a recent discussion CH_ENTER should generally *not* be defined based on '\n'.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4825 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d08ff2b6df
commit
8c0c1e1ed9
@ -104,7 +104,7 @@ extern unsigned char _filetype; /* Default 'u' */
|
||||
#define CH_PI 126
|
||||
#define CH_DEL 20
|
||||
#define CH_INS 148
|
||||
#define CH_ENTER '\n'
|
||||
#define CH_ENTER 13
|
||||
#define CH_STOP 3
|
||||
#define CH_ESC 27
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user