remove vestige of 'use_menu_glyphs'

This commit is contained in:
PatR
2025-04-29 11:05:03 -07:00
parent a587ccaa26
commit d8ff80978e

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
# 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.
#
@@ -177,12 +180,17 @@
# Default is 'inverse'
#OPTIONS=menu_headings:inverse
# Show object symbols in menus in the item class lines where that object symbol
# acts as an accelerator key to select items of that class.
#OPTIONS=menu_objsyms
# Show object glyphs in menus if supported by the windowport (tty, curses)
#OPTIONS=use_menu_glyphs
# Control of displaying object symbols in menus for picking objects:
# show symbols in individual menu entries only if there are no class separators
#OPTIONS=menu_objsyms:4
# show symbols on object class separator lines and also in individual entries
#OPTIONS=menu_objsyms:3
# 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
#OPTIONS=menu_overlay