remove vestige of 'use_menu_glyphs'

This commit is contained in:
PatR
2025-04-29 11:05:03 -07:00
parent a587ccaa26
commit d8ff80978e
+16 -8
View File
@@ -1,7 +1,10 @@
# NetHack 3.7 config.nh $NHDT-Date: 1596498144 2020/08/03 23:42:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.4 $ # NetHack 3.7 config.nh $NHDT-Date: 1745978702 2025/04/29 18:05:02 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.10 $
# Copyright (c) 2016 by Pasi Kallinen # Copyright (c) 2016 by Pasi Kallinen
# NetHack may be freely redistributed. See license for details. # NetHack may be freely redistributed. See license for details.
# Sample config file for NetHack 3.7.0 #
# Sample run-time configuration file for NetHack 3.7.0
# usually named ".nethackrc" (note leading dot; location
# depends upon the type of system nethack is running on).
# #
# A '#' at the beginning of a line means the rest of the line is a comment. # A '#' at the beginning of a line means the rest of the line is a comment.
# #
@@ -177,12 +180,17 @@
# Default is 'inverse' # Default is 'inverse'
#OPTIONS=menu_headings:inverse #OPTIONS=menu_headings:inverse
# Show object symbols in menus in the item class lines where that object symbol # Control of displaying object symbols in menus for picking objects:
# acts as an accelerator key to select items of that class. # show symbols in individual menu entries only if there are no class separators
#OPTIONS=menu_objsyms #OPTIONS=menu_objsyms:4
# show symbols on object class separator lines and also in individual entries
# Show object glyphs in menus if supported by the windowport (tty, curses) #OPTIONS=menu_objsyms:3
#OPTIONS=use_menu_glyphs # show symbols in individual entries but not on class separators
#OPTIONS=menu_objsyms:2
# show object symbols on class separators but not in individual entries
#OPTIONS=menu_objsyms:1
# don't show symbols on class separators or in individual menu entries
#OPTIONS=menu_objsyms:0
# Do not clear the screen before drawing menus, and align menus to right # Do not clear the screen before drawing menus, and align menus to right
#OPTIONS=menu_overlay #OPTIONS=menu_overlay