pull request #749 - MSGHANDLER for #if WIN32

github pull request #749 by argrath:  add support for MSGHANDLER for
WIN32 using spawn() rather than the fork()+exec() used on UNIX.

Closes #749
This commit is contained in:
PatR
2022-05-03 14:43:44 -07:00
parent 397476a8a1
commit 4c3d5e9db4

View 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