some curses window-port doc bits

This commit is contained in:
nhmall
2018-11-19 10:40:51 -05:00
parent 923e1c5854
commit 7ee4fa3c3f
2 changed files with 58 additions and 62 deletions

View File

@@ -314,6 +314,19 @@ for ^X and enlightenment, display the information in a menu rather than a
end of game disclosure of attributes remains single-forward-pass
NetHack Community Patches (or Variation) Included
-------------------------------------------------
curses: the community patch for an optional curses window-port was
incorporated into the NetHack source code tree. The curses
window-port evolved from work originally done by Karl Garrison,
and has been in use in several NetHack variants and on
nethack.alt.org and on www.hardfought.org/nethack/ for a while.
It is available and tested for 3.6.2 for Windows with PDCurses
layered underneath, and for Mac OSX and Unix (using ncurses as
the layer underneath). It may also work for DOS with PDCurses
layered underneath, but that has not been tested.
Code Cleanup and Reorganization
-------------------------------
generated source file monstr.c is no longer used