]> granicus.if.org Git - nethack/commitdiff
pull request #749 - MSGHANDLER for #if WIN32
authorPatR <rankin@nethack.org>
Tue, 3 May 2022 21:43:44 +0000 (14:43 -0700)
committerPatR <rankin@nethack.org>
Tue, 3 May 2022 21:43:44 +0000 (14:43 -0700)
github pull request #749 by argrath:  add support for MSGHANDLER for
WIN32 using spawn() rather than the fork()+exec() used on UNIX.

Closes #749

doc/fixes3-7-0.txt

index ee2bcf2c7cfaa5735afe70a2d4574d21abacea55..1bc975ee4e69c67e564cfafdbd6e4ff0ee564746 100644 (file)
@@ -1673,6 +1673,7 @@ Unix: can define NOSUSPEND in config.h or src/Makefile's CFLAGS to prevent
 Unix: support --nethackrc=filename on the command line; same effect as
        NETHACKOPTIONS='@filename' but leaves NETHACKOPTIONS available for
        specifying options; --no-nethackrc is same as --nethackrc=/dev/null
+Windows: implement MSGHANDLER (pr #749 by argrath)
 X11: implement 'selectsaved', restore via menu of saved games
 X11: echo getline prompt and response (wishes, applying names) to message
        window and dumplog message history