add a comment to sample config file showing how to enable curses
This commit is contained in:
@@ -23,6 +23,9 @@ OPTIONS=symset:IBMGraphics_2,roguesymset:RogueEpyx
|
|||||||
# for use by blind NetHack players
|
# for use by blind NetHack players
|
||||||
#OPTIONS=symset:NHAccess,roguesymset:NHAccess
|
#OPTIONS=symset:NHAccess,roguesymset:NHAccess
|
||||||
|
|
||||||
|
# Optional curses port interface
|
||||||
|
#OPTIONS=windowtype:curses
|
||||||
|
#
|
||||||
# Keyboard handling
|
# Keyboard handling
|
||||||
# Different keyboard handlers can be loaded.
|
# Different keyboard handlers can be loaded.
|
||||||
# Default is nhdefkey.dll but you can override that.
|
# 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),
|
# 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'
|
# 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
|
# Make commands that ask for an inventory item pop up a menu
|
||||||
OPTIONS=force_invmenu
|
OPTIONS=force_invmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user