From 9bf715c8157bac6898da050e5c5dbad73987d5bc Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 11 Jun 2015 13:35:41 -0700 Subject: [PATCH] menustyle documentation 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 | 16 ++++++++++------ doc/Guidebook.tex | 14 +++++++++----- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index de039e5c8..a116187b9 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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. diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 3e44d6866..4ac9fdb70 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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.