.ds vr "NetHack 3.7
.ds f0 "\*(vr
.ds f1
-.ds f2 "March 12, 2021
+.ds f2 "March 18, 2021
.
.\" A note on some special characters:
.\" \(lq = left double quote
.lp "#pay "
Pay your shopping bill.
Default key is \(oqp\(cq.
+.lp "#perminv "
+If persistent inventory display is supported and enabled (with the
+.op perm_invent
+option), interact with it instead of with the map.
+You'll be prompted for menu scrolling keystrokes such
+as \(oq\f(CR>\fP\(cq and \(oq\f(CR<\fP\(cq.
+Press \f(CRReturn\fP or \f(CREscape\fP to resume normal play.
+Default key is \(oq|\(cq.
.lp "#pickup "
Pick up things at the current location.
Default key is \(oq,\(cq.
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.
+Key to deselect all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default \(oq\-\(cq.
.lp menu_deselect_page
-Menu character accelerator to deselect all items on this page of a menu.
+Key to deselect all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default \(oq\\\(cq.
.lp menu_first_page
-Menu character accelerator to jump to the first page in a menu.
+Key to jump to the first page in a menu.
Implemented by the Amiga, Gem and tty ports.
Default \(oq\(ha\(cq.
.lp menu_headings
\(lqblink\(rq, or \(lqinverse\(rq.
Not all ports can actually display all types.
.lp menu_invert_all
-Menu character accelerator to invert all items in a menu.
+Key to invert all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default \(oq@\(cq.
.lp menu_invert_page
-Menu character accelerator to invert all items on this page of a menu.
+Key to invert all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default \(oq\(ti\(cq. \" ~
.lp menu_last_page
-Menu character accelerator to jump to the last page in a menu.
+Key to jump to the last page in a menu.
Implemented by the Amiga, Gem and tty ports.
Default \(oq|\(cq.
.lp menu_next_page
-Menu character accelerator to goto the next menu page.
+Key to go to the next menu page.
Implemented by the Amiga, Gem and tty ports.
Default \(oq>\(cq.
.lp menu_objsyms
menus to the right edge of the screen. Only for the tty port.
(default on)
.lp menu_previous_page
-Menu character accelerator to goto the previous menu page.
+Key to go to the previous menu page.
Implemented by the Amiga, Gem and tty ports.
Default \(oq<\(cq.
.lp menu_search
-Menu character accelerator to search for a menu item.
+Key to search for a menu item.
Implemented by the Amiga, Gem, X11 and tty ports.
Default \(oq:\(cq.
.lp menu_select_all
-Menu character accelerator to select all items in a menu.
+Key to select all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default \(oq.\(cq.
.lp menu_select_page
-Menu character accelerator to select all items on this page of a menu.
+Key to select all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default \(oq,\(cq.
.lp menu_shift_left
-Menu character accelerator to scroll a menu\(emone which has been
+Key to scroll a menu\(emone which has been
scrolled right\(emback to the left.
-Implemented by curses for
+Implemented for
.op perm_invent
-only and by X11.
+only by curses and X11.
Default \(oq{\(cq.
.lp menu_shift_right
-Menu character accelerator to scroll a menu which has text beyond the
+Key to scroll a menu which has text beyond the
right edge to the right.
-Implemented by curses for
+Implemented for
.op perm_invent
-only and by X11.
+only by curses and X11.
Default \(oq}\(cq.
." .lp menu_tab_sep
." Format menu entries using TAB to separate columns (default off).
%.au
\author{Original version - Eric S. Raymond\\
(Edited and expanded for 3.7 by Mike Stephenson and others)}
-\date{March 12, 2021}
+\date{March 18, 2021}
\maketitle
Allows scrolling with the
menu\verb+_+first\verb+_+page, menu\verb+_+previous\verb+_+page,
menu\verb+_+next\verb+_+page, and menu\verb+_+last\verb+_+page
-keys (`{\tt \^{}}', `{\tt <}', `{\tt >}', `{\tt |}' by default).
+keys (`{\tt \^{}}', `{\tt <}', `{\tt >}', `{\tt \verb+|+}' by default).
Some interfaces also support menu_shift_left and menu_shift_right
keys (`{\tt \verb+{+}' and `{\tt \verb+}+}' by default).
Use the {\it Return\/} (aka {\it Enter\/}) or {\it Escape\/} key to
\item[\tb{\#pay}]
Pay your shopping bill. Default key is `{\tt p}'.
%.lp
+\item[\tb{\#perminv}]
+If persistent inventory display is supported and enabled (with the
+{\it perm\verb+_+invent\/} option), interact with it instead of with the map.
+You'll be prompted for menu scrolling keystrokes such
+as `{\tt >}' and `\{\tt <}'.
+Press {\tt RReturn} or {\tt Escape} to resume normal play.
+Default key is {\tt \verb+|+}.
+%.lp
\item[\tb{\#pickup}]
Pick up things at the current location. Default key is `{\tt ,}'.
The `{\tt m}' prefix forces use of a menu.
Partial skips the object class filtering and
immediately displays a menu of all objects.
\item[\ib{menu\verb+_+deselect\verb+_+all}]
-Menu character accelerator to deselect all items in a menu.
+Key to deselect all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default `-'.
\item[\ib{menu\verb+_+deselect\verb+_+page}]
-Menu character accelerator to deselect all items on this page of a menu.
+Key to deselect all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+\+'.
\item[\ib{menu\verb+_+first\verb+_+page}]
-Menu character accelerator to jump to the first page in a menu.
+Key to jump to the first page in a menu.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+^+'.
\item[\ib{menu\verb+_+headings}]
``{\tt underline}'', ``{\tt blink}'', or ``{\tt inverse}''.
Not all ports can actually display all types.
\item[\ib{menu\verb+_+invert\verb+_+all}]
-Menu character accelerator to invert all items in a menu.
+Key to invert all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default `@'.
\item[\ib{menu\verb+_+invert\verb+_+page}]
-Menu character accelerator to invert all items on this page of a menu.
+Key to invert all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+~+'.
\item[\ib{menu\verb+_+last\verb+_+page}]
-Menu character accelerator to jump to the last page in a menu.
+Key to jump to the last page in a menu.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+|+'.
\item[\ib{menu\verb+_+next\verb+_+page}]
-Menu character accelerator to goto the next menu page.
+Key to go to the next menu page.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+>+'.
\item[\ib{menu\verb+_+objsyms}]
menus to the right edge of the screen. Only for the tty port.
(default on)
\item[\ib{menu\verb+_+previous\verb+_+page}]
-Menu character accelerator to goto the previous menu page.
+Key to go to the previous menu page.
Implemented by the Amiga, Gem and tty ports.
Default `\verb+<+'.
\item[\ib{menu\verb+_+search}]
-Menu character accelerator to search for a menu item.
+Key to search for a menu item.
Implemented by the Amiga, Gem, X11 and tty ports.
Default `:'.
\item[\ib{menu\verb+_+select\verb+_+all}]
-Menu character accelerator to select all items in a menu.
+Key to select all items in a menu.
Implemented by the Amiga, Gem, X11 and tty ports.
Default `.'.
\item[\ib{menu\verb+_+select\verb+_+page}]
-Menu character accelerator to select all items on this page of a menu.
+Key to select all items on this page of a menu.
Implemented by the Amiga, Gem and tty ports.
Default `,'.
%.lp
\item[\ib{menu\verb+_+shift\verb+_+left}]
-Menu character accelerator to scroll a menu---one which has been
+Key to scroll a menu---one which has been
scrolled right---back to the left.
-Implemented by curses for {\it perm\verb+_+invent\/} only and by X11.
+Implemented for {\it perm\verb+_+invent\/} only by curses and X11.
Default `{\tt \verb+{+}'.
%.lp
\item[\ib{menu\verb+_+shift\verb+_+right}]
-Menu character accelerator to scroll a menu which has text beyond the
+Key to scroll a menu which has text beyond the
right edge to the right.
-Implemented by curses for {\it perm\verb+_+invent\/} only and by X11.
+Implemented for {\it perm\verb+_+invent\/} only by curses by X11.
Default `{\tt \verb+}+}'.
-Default \(oq}\(cq.
% %.lp
% \item[\ib{menu\verb+_+tab\verb+_+sep}]
% Format menu entries using TAB to separate columns (default off).
\item[\tb{Menu accelerator keys}]
The menu control or accelerator keys can also be rebound via OPTIONS lines
in the configuration file.
-You cannot bind object symbols into menu accelerators.
+You cannot bind object symbols or selection letters into menu accelerators.
%.lp "Special command keys"
\item[\tb{Special command keys}]