]> granicus.if.org Git - nethack/commit
crash on hangup
authorcohrs <cohrs>
Mon, 27 Oct 2003 00:39:45 +0000 (00:39 +0000)
committercohrs <cohrs>
Mon, 27 Oct 2003 00:39:45 +0000 (00:39 +0000)
commit1dae4245f590762f503f89cda3bd27eaffc80df2
tree1349fb7d1920f4e50f3cb68e02ac18e2b81dfef6
parentdbb1d0f230aeb9777a8f782cb2eb25eec60ae9e5
crash on hangup
the message history saver needs the windows to stick around until save
is completed.  This usually the case, but end_of_input() was calling
exit_nhwindows prematurely.  This is actually an old bug (calling it early,
but wasn't harmful until other recent changes).
src/cmd.c