summaryrefslogtreecommitdiff
path: root/japanese/nethack32
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-22 23:29:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-22 23:29:32 +0000
commit477e7e27b03b3a0196f5f20df0420a91dab3383d (patch)
tree5cdb6e6f088bb38686d9c01cf8244a6d6e2b51ae /japanese/nethack32
parentInclude uzap. (It's protected by a NO_PACKAGE though.) (diff)
Make nethack happy with job controls (especially ^Z).
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
Notes
Notes: svn path=/head/; revision=1861
Diffstat (limited to 'japanese/nethack32')
-rw-r--r--japanese/nethack32/files/patch-aa3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/nethack32/files/patch-aa b/japanese/nethack32/files/patch-aa
index 18bfaf9ee9c0..1eef9ce91569 100644
--- a/japanese/nethack32/files/patch-aa
+++ b/japanese/nethack32/files/patch-aa
@@ -17,8 +17,9 @@
+#define TEXTCOLOR /* Use System V r3.2 terminfo color support */
/* or ANSI color support on termcap systems */
/* or X11 color */
- /* #define POSIX_JOB_CONTROL /* use System V POSIX job control */
+-/* #define POSIX_JOB_CONTROL /* use System V POSIX job control */
-/* #define POSIX_TYPES /* use POSIX types for system calls and termios */
++#define POSIX_JOB_CONTROL /* use System V POSIX job control */
+#define POSIX_TYPES /* use POSIX types for system calls and termios */
/* define for platforms using the GNU libraries */
/* linux, etc .. */