]> granicus.if.org Git - nethack/commitdiff
menustyle documentation
authorPatR <rankin@nethack.org>
Thu, 11 Jun 2015 20:35:41 +0000 (13:35 -0700)
committerPatR <rankin@nethack.org>
Thu, 11 Jun 2015 20:35:41 +0000 (13:35 -0700)
Reorder the description of the values for the menustyle option, swapping
'full' and 'partial' since 'full' is closer in operation to 'combination'.

doc/Guidebook.mn
doc/Guidebook.tex

index de039e5c81266aaf81a50a8cb39ac6c0fcd94bfe..a116187b9a4e525b0d8c7d6ac1d268d712590360 100644 (file)
@@ -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 h1
 .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
 response to the Drop command, for instance).  The value specified should
 be the first letter of one of the following:  traditional, combination,
-partial, or full.  Traditional was the only interface available for
-earlier versions; it consists of a prompt for object class characters,
+full, or partial.
+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
-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
-prompting one-by-one.  Partial skips the object class filtering and
-immediately displays a menu of all objects.  Full displays a menu of
+prompting one-by-one.
+Full displays a menu of
 object classes rather than a character prompt, and then a menu of matching
 objects for selection.
+Partial skips the object class filtering and
+immediately displays a menu of all objects.
 .lp menu_deselect_all
 Menu character accelerator to deselect all items in a menu.
 Implemented by the Amiga, Gem, X11 and tty ports.
index 3e44d6866a45bdd0df0525ec5a82426f5264f7ef..4ac9fdb7033fe029fbe6f9b636800f49f6f9f0aa 100644 (file)
@@ -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
 response to the Drop command, for instance).  The value specified should
 be the first letter of one of the following:  traditional, combination,
-partial, or full.  Traditional was the only interface available for
-earlier versions; it consists of a prompt for object class characters,
+full, or partial.
+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
-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
-prompting one-by-one.  Partial skips the object class filtering and
-immediately displays a menu of all objects.  Full displays a menu of
+prompting one-by-one.
+Full displays a menu of
 object classes rather than a character prompt, and then a menu of matching
 objects for selection.
+Partial skips the object class filtering and
+immediately displays a menu of all objects.
 \item[\ib{menu\_deselect\_all}]
 Menu character accelerator to deselect all items in a menu.
 Implemented by the Amiga, Gem, X11 and tty ports.