diff options
Diffstat (limited to 'games/phantasia/phantdefs.h')
-rw-r--r-- | games/phantasia/phantdefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/phantasia/phantdefs.h b/games/phantasia/phantdefs.h index bd0a12480df..ef571b7f7a7 100644 --- a/games/phantasia/phantdefs.h +++ b/games/phantasia/phantdefs.h @@ -1,3 +1,4 @@ +/* $OpenBSD: phantdefs.h,v 1.3 1998/11/29 19:57:01 pjanzen Exp $ */ /* $NetBSD: phantdefs.h,v 1.2 1995/03/24 03:59:28 cgd Exp $ */ /* @@ -138,5 +139,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_RETURN '\r' /* carriage return */ #define CH_REDRAW '\014' /* redraw screen character (ctrl-L) */ |