early startup options could be run non-interactively

https://github.com/NetHack/NetHack/issues/1512

Closes #1512
This commit is contained in:
nhmall
2026-05-04 08:23:56 -04:00
parent 3a753dc98e
commit 60d59f4d55
+2
View File
@@ -766,6 +766,8 @@ getret(void)
#if defined(MICRO) || defined(WIN32CON)
getreturn("to continue");
#else
if (!isatty(STDIN_FILENO))
return;
HUPSKIP();
xputs("\n");
if (flags.standout)