From e9b2f47e629be72d38581bae474dea1ba2e081c8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 28 Nov 2018 08:43:05 -0500 Subject: [PATCH] add a comment to sample config file showing how to enable curses --- sys/winnt/defaults.nh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 727086551..8c9994284 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -23,6 +23,9 @@ OPTIONS=symset:IBMGraphics_2,roguesymset:RogueEpyx # for use by blind NetHack players #OPTIONS=symset:NHAccess,roguesymset:NHAccess +# Optional curses port interface +#OPTIONS=windowtype:curses +# # Keyboard handling # Different keyboard handlers can be loaded. # Default is nhdefkey.dll but you can override that. @@ -80,7 +83,7 @@ MENUCOLOR=" cursed .* (being worn)" = orange&underline # # number_pad option can have an optional value of 0 (off), 1 (on), # or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I' -OPTIONS=time,noshowexp,number_pad:2,lit_corridor +OPTIONS=time,noshowexp,number_pad:2,lit_corridor,mouse_support:1 # Make commands that ask for an inventory item pop up a menu OPTIONS=force_invmenu