]> granicus.if.org Git - nethack/commit
U393 - unix hangups in endgame
authorcohrs <cohrs>
Sun, 8 Jun 2003 18:31:57 +0000 (18:31 +0000)
committercohrs <cohrs>
Sun, 8 Jun 2003 18:31:57 +0000 (18:31 +0000)
commitec13f16ff78916836d35eeae3e4911be8b46f524
tree00d18362ab2e3d266863ae2d6bb3a78be3f50bdf
parente33b62192c77b8e2e6b77f4ffda9d03b5a0f4d44
U393 - unix hangups in endgame
Unix code does not always go thru hangup() when EOF is encountered.
There is a similar end_of_input() that is sometimes called instead, which
was missing a test of program_state.something_worth_saving.
doc/fixes34.2
src/cmd.c