menustyle documentation
Reorder the description of the values for the menustyle option, swapping 'full' and 'partial' since 'full' is closer in operation to 'combination'.
This commit is contained in:
+10
-6
@@ -1,4 +1,4 @@
|
|||||||
.\" $NHDT-Branch: master $:$NHDT-Revision: 1.174 $ $NHDT-Date: 1433842150 2015/06/09 09:29:10 $
|
.\" $NHDT-Branch: master $:$NHDT-Revision: 1.175 $ $NHDT-Date: 1434054937 2015/06/11 20:35:37 $
|
||||||
.ds h0 "NetHack Guidebook
|
.ds h0 "NetHack Guidebook
|
||||||
.ds h1
|
.ds h1
|
||||||
.ds h2 %
|
.ds h2 %
|
||||||
@@ -2082,15 +2082,19 @@ See ``Configuring Menu Colors'' on how to configure the colors.
|
|||||||
Controls the interface used when you need to choose various objects (in
|
Controls the interface used when you need to choose various objects (in
|
||||||
response to the Drop command, for instance). The value specified should
|
response to the Drop command, for instance). The value specified should
|
||||||
be the first letter of one of the following: traditional, combination,
|
be the first letter of one of the following: traditional, combination,
|
||||||
partial, or full. Traditional was the only interface available for
|
full, or partial.
|
||||||
earlier versions; it consists of a prompt for object class characters,
|
Traditional was the only interface available for
|
||||||
|
early versions; it consists of a prompt for object class characters,
|
||||||
followed by an object-by-object prompt for all items matching the selected
|
followed by an object-by-object prompt for all items matching the selected
|
||||||
object class(es). Combination starts with a prompt for object class(es)
|
object class(es).
|
||||||
|
Combination starts with a prompt for object class(es)
|
||||||
of interest, but then displays a menu of matching objects rather than
|
of interest, but then displays a menu of matching objects rather than
|
||||||
prompting one-by-one. Partial skips the object class filtering and
|
prompting one-by-one.
|
||||||
immediately displays a menu of all objects. Full displays a menu of
|
Full displays a menu of
|
||||||
object classes rather than a character prompt, and then a menu of matching
|
object classes rather than a character prompt, and then a menu of matching
|
||||||
objects for selection.
|
objects for selection.
|
||||||
|
Partial skips the object class filtering and
|
||||||
|
immediately displays a menu of all objects.
|
||||||
.lp menu_deselect_all
|
.lp menu_deselect_all
|
||||||
Menu character accelerator to deselect all items in a menu.
|
Menu character accelerator to deselect all items in a menu.
|
||||||
Implemented by the Amiga, Gem, X11 and tty ports.
|
Implemented by the Amiga, Gem, X11 and tty ports.
|
||||||
|
|||||||
+9
-5
@@ -2519,15 +2519,19 @@ See ``{\it Configuring Menu Colors\/}'' on how to configure the colors.
|
|||||||
Controls the interface used when you need to choose various objects (in
|
Controls the interface used when you need to choose various objects (in
|
||||||
response to the Drop command, for instance). The value specified should
|
response to the Drop command, for instance). The value specified should
|
||||||
be the first letter of one of the following: traditional, combination,
|
be the first letter of one of the following: traditional, combination,
|
||||||
partial, or full. Traditional was the only interface available for
|
full, or partial.
|
||||||
earlier versions; it consists of a prompt for object class characters,
|
Traditional was the only interface available for
|
||||||
|
early versions; it consists of a prompt for object class characters,
|
||||||
followed by an object-by-object prompt for all items matching the selected
|
followed by an object-by-object prompt for all items matching the selected
|
||||||
object class(es). Combination starts with a prompt for object class(es)
|
object class(es).
|
||||||
|
Combination starts with a prompt for object class(es)
|
||||||
of interest, but then displays a menu of matching objects rather than
|
of interest, but then displays a menu of matching objects rather than
|
||||||
prompting one-by-one. Partial skips the object class filtering and
|
prompting one-by-one.
|
||||||
immediately displays a menu of all objects. Full displays a menu of
|
Full displays a menu of
|
||||||
object classes rather than a character prompt, and then a menu of matching
|
object classes rather than a character prompt, and then a menu of matching
|
||||||
objects for selection.
|
objects for selection.
|
||||||
|
Partial skips the object class filtering and
|
||||||
|
immediately displays a menu of all objects.
|
||||||
\item[\ib{menu\_deselect\_all}]
|
\item[\ib{menu\_deselect\_all}]
|
||||||
Menu character accelerator to deselect all items in a menu.
|
Menu character accelerator to deselect all items in a menu.
|
||||||
Implemented by the Amiga, Gem, X11 and tty ports.
|
Implemented by the Amiga, Gem, X11 and tty ports.
|
||||||
|
|||||||
Reference in New Issue
Block a user