diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-10 09:46:51 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-10 09:46:51 +0000 |
commit | 647b5aee594733617c2f9923dfe5f3c760a12a66 (patch) | |
tree | 5c3cb1fb147fba884dc80857b1d82ae59954a46b /games/phantasia/phantdefs.h | |
parent | 85e3e24a7b27bab591efff2a4f4d917dc00f91f4 (diff) |
Ok, so I was bored and couldn't sleep...
Make this sucker work with decent terminal settings.
Diffstat (limited to 'games/phantasia/phantdefs.h')
-rw-r--r-- | games/phantasia/phantdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/phantasia/phantdefs.h b/games/phantasia/phantdefs.h index 0e92cb51cc3..bd0a12480df 100644 --- a/games/phantasia/phantdefs.h +++ b/games/phantasia/phantdefs.h @@ -138,4 +138,5 @@ #define CH_KILL '\030' /* kill character (ctrl-X) */ #define CH_ERASE '\010' /* erase character (ctrl-H) */ #define CH_NEWLINE '\n' /* newline */ +#define CH_RETURN '\r' /* carriage return */ #define CH_REDRAW '\014' /* redraw screen character (ctrl-L) */ |