]> granicus.if.org Git - nethack/commit
github PR #891 - tty #if HANGUPHANDLING misspelled
authorPatR <rankin@nethack.org>
Tue, 4 Oct 2022 22:06:50 +0000 (15:06 -0700)
committerPatR <rankin@nethack.org>
Tue, 4 Oct 2022 22:06:50 +0000 (15:06 -0700)
commitac7a56bb427f437e8fa8e0a0ab93c37aefcb3096
treed80974fef0456e79451c97ae094e85368ccf94a3
parent5902acef642c829c67de9a546b2a1585ae74937f
parent7caa113cc041a0bf2af8be7c6b28be20a5e9eb72
github PR #891 - tty #if HANGUPHANDLING misspelled

Pull request from entrez:  the conditional hangup handling in
wintty.c hasn't been getting used because the HANGUPHANDLING macro
from the core was misspelled as HANGUP_HANDLING.

The old testing was probably invalid since it was most likely done
with the same misspelled #if.  I haven't done any new testing so
since this should be considered potentially buggy.

Fixes #891