]> granicus.if.org Git - nethack/commit
clean up some tear-down
authornhmall <nhmall@nethack.org>
Sun, 9 Dec 2018 04:04:53 +0000 (23:04 -0500)
committernhmall <nhmall@nethack.org>
Sun, 9 Dec 2018 04:04:53 +0000 (23:04 -0500)
commitf706ba094cc805a6be5c3d4377ba4a1c7831f388
tree7fe6c527e062ac341732a1b8525d5cfa64adc8a9
parent8d516d4358586b3df01da56ae1c9400d52ad1d0e
clean up some tear-down

Windows continued to use function pointers belonging
to particular window ports that were still assigned
even after that port (tty) had gone through its
shutdown procedures when requested by the core.
Fix that and return to the minimal function pointers
that are not part of any of the actual WindowPorts.
sys/winnt/winnt.c