couple of Guidebook bits: autopickup, tile_file
The change in the long-standing default for 'autopickup' warrants mention in the Guidebook. Also, the X11 interface can switch to alternate tiles but doesn't use the 'tile_file' option to do so. In Guidebook.mn, the list of options pads ones shorter than 8 characters with trailing spaces, necessitating quotes. A few longer ones had such quotes and even trailing spaces. Take those away.
This commit is contained in:
@@ -3618,7 +3618,7 @@ Persistent.
|
||||
.lp autoopen
|
||||
Walking into a closed door attempts to open it (default true).
|
||||
Persistent.
|
||||
.lp "autopickup "
|
||||
.lp autopickup
|
||||
Automatically pick up things onto which you move (default off).
|
||||
Persistent.
|
||||
.lp ""
|
||||
@@ -3626,8 +3626,12 @@ See
|
||||
.op pickup_types
|
||||
and also
|
||||
.op autopickup_exception
|
||||
to refine the behavior.
|
||||
.lp "autoquiver "
|
||||
for ways to refine the behavior.
|
||||
.lp ""
|
||||
Note: prior to version 3.7, the default for
|
||||
.op autopickup
|
||||
was \fIon\fP.
|
||||
.lp autoquiver
|
||||
This option controls what happens when you attempt the \(oqf\(cq (fire)
|
||||
command when nothing is quivered or readied (default false).
|
||||
When true, the computer will fill
|
||||
@@ -4555,6 +4559,10 @@ for smaller sizes if they are too big.
|
||||
Default is the current window size.
|
||||
.lp tile_file
|
||||
Specify the name of an alternative tile file to override the default.
|
||||
.lp ""
|
||||
Note: the X11 interface uses X resources rather than NetHack's options
|
||||
to select an alternate tile file.
|
||||
See \f(CRNetHack.ad\fP, the sample X \(lqapplication defaults\(rq file.
|
||||
.lp tile_height
|
||||
Specify the preferred height of each tile in a tile capable port.
|
||||
.lp tile_width
|
||||
@@ -4660,7 +4668,7 @@ keys to move) on machines with an IBM PC compatible BIOS ROM (default off,
|
||||
OS/2, PC, and ST NetHack only).
|
||||
.lp flush
|
||||
(default off, Amiga NetHack only).
|
||||
.lp "MACgraphics"
|
||||
.lp MACgraphics
|
||||
(default on, Mac NetHack only).
|
||||
.lp page_wait
|
||||
(default on, Mac NetHack only).
|
||||
|
||||
@@ -3937,7 +3937,10 @@ Persistent.
|
||||
\\
|
||||
%.lp ""
|
||||
See ``{\it pickup\verb+_+types\/}'' and also
|
||||
``{\it autopickup\verb+_+exceptions\/}'' to refine the behavior.
|
||||
``{\it autopickup\verb+_+exception\/}'' for ways to refine the behavior.
|
||||
\\
|
||||
%.lp ""
|
||||
Note: prior to version 3.7, the default for {\it autopickup\/} was {\it on}.
|
||||
%.lp
|
||||
\item[\ib{autoquiver}]
|
||||
This option controls what happens when you attempt the `f' (fire)
|
||||
@@ -5007,6 +5010,11 @@ Default is the current window size.
|
||||
%.lp
|
||||
\item[\ib{tile\verb+_+file}]
|
||||
Specify the name of an alternative tile file to override the default.
|
||||
\\
|
||||
%.lp ""
|
||||
Note: the X11 interface uses X resources rather than NetHack's options
|
||||
to select an alternate tile file.
|
||||
See {\tt NetHack.ad}, the sample X ``application defaults'' file.
|
||||
%.lp
|
||||
\item[\ib{tile\verb+_+height}]
|
||||
Specify the preferred height of each tile in a tile capable port.
|
||||
|
||||
Reference in New Issue
Block a user