From: PatR Date: Mon, 28 Dec 2015 22:35:23 +0000 (-0800) Subject: force TIMED_DELAY for OSX X-Git-Tag: NetHack-3.6.1_RC01~1100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=901317f57c5b2b65a99c0d23d3e1183c7213c7ea;p=nethack force TIMED_DELAY for OSX Outputing extra characters to induce a delay is useless on OSX, so set TIMED_DELAY by default instead of relying on user to do it. --- diff --git a/doc/fixes36.1 b/doc/fixes36.1 index f3881c599..5f2f61fcd 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -88,6 +88,8 @@ win32gui: getversionstring() was overflowing the provided Help About buffer win32gui: guard against buffer overflow in in mswin_getlin() MacOSX: initial binary release was built from out of date source code that had 'BETA' and 'DEBUG' inappropriately enabled +MacOSX: force TIMED_DELAY build option on so that 'runmode' run-time option + is functional X11: core bug for '`' (backtick) command was only noticed by X11 interface, which issued impossible message "add_menu: called before start_menu" diff --git a/include/unixconf.h b/include/unixconf.h index 0447b8295..bc6984eec 100644 --- a/include/unixconf.h +++ b/include/unixconf.h @@ -1,4 +1,4 @@ -/* NetHack 3.6 unixconf.h $NHDT-Date: 1447755973 2015/11/17 10:26:13 $ $NHDT-Branch: master $:$NHDT-Revision: 1.24 $ */ +/* NetHack 3.6 unixconf.h $NHDT-Date: 1451342112 2015/12/28 22:35:12 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.25 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -130,6 +130,9 @@ */ /* #define TIMED_DELAY */ /* usleep() */ #endif +#if defined(MACOSX) && !defined(TIMED_DELAY) +#define TIMED_DELAY +#endif /* * If you define MAIL, then the player will be notified of new mail