add a comment to sample config file showing how to enable curses

This commit is contained in:
nhmall
2018-11-28 08:43:05 -05:00
parent 98afe5541d
commit e9b2f47e62

View File

@@ -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