summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-phantasia::phantdefs.h
blob: bb9328acb1892d905d6ab1fdc58cae9601ff5b02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: phantasia/phantdefs.h
===================================================================
RCS file: /var/fcvs/src/games/phantasia/Attic/phantdefs.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 phantdefs.h
--- phantasia/phantdefs.h	4 Sep 1994 04:03:06 -0000	1.1.1.1
+++ phantasia/phantdefs.h	10 Sep 2003 09:53:25 -0000
@@ -136,4 +136,5 @@
 #define	CH_KILL		'\030'		/* kill character (ctrl-X) */
 #define	CH_ERASE	'\010'		/* erase character (ctrl-H) */
 #define	CH_NEWLINE	'\n'		/* newline */
+#define	CH_CR		'\r'		/* carriage return */
 #define	CH_REDRAW	'\014'		/* redraw screen character (ctrl-L) */