diff options
author | asami <asami@FreeBSD.org> | 1995-06-22 23:29:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-22 23:29:32 +0000 |
commit | b2a6ea1be806b83b9bf3b1fefc612868521c7e07 (patch) | |
tree | c79fc6158d76ed95cf9309300596480e5c1699f7 /japanese/nethack32 | |
parent | c3a084c839fce64c27301d5d47100ed01a4068c4 (diff) | |
download | FreeBSD-ports-b2a6ea1be806b83b9bf3b1fefc612868521c7e07.zip FreeBSD-ports-b2a6ea1be806b83b9bf3b1fefc612868521c7e07.tar.gz |
Make nethack happy with job controls (especially ^Z).
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
Diffstat (limited to 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/files/patch-aa | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/nethack32/files/patch-aa b/japanese/nethack32/files/patch-aa index 18bfaf9..1eef9ce 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 .. */ |