summaryrefslogtreecommitdiff
path: root/games/bsdgames/files/patch-phantasia::phantdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/bsdgames/files/patch-phantasia::phantdefs.h')
-rw-r--r--games/bsdgames/files/patch-phantasia::phantdefs.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/bsdgames/files/patch-phantasia::phantdefs.h b/games/bsdgames/files/patch-phantasia::phantdefs.h
new file mode 100644
index 000000000000..bb9328acb189
--- /dev/null
+++ b/games/bsdgames/files/patch-phantasia::phantdefs.h
@@ -0,0 +1,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) */