From 477e7e27b03b3a0196f5f20df0420a91dab3383d Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 22 Jun 1995 23:29:32 +0000 Subject: Make nethack happy with job controls (especially ^Z). Submitted by: NIIMI Satoshi --- japanese/nethack32/files/patch-aa | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'japanese/nethack32') 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 .. */ -- cgit v1.2.3