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:
+12
-4
@@ -3618,7 +3618,7 @@ Persistent.
|
|||||||
.lp autoopen
|
.lp autoopen
|
||||||
Walking into a closed door attempts to open it (default true).
|
Walking into a closed door attempts to open it (default true).
|
||||||
Persistent.
|
Persistent.
|
||||||
.lp "autopickup "
|
.lp autopickup
|
||||||
Automatically pick up things onto which you move (default off).
|
Automatically pick up things onto which you move (default off).
|
||||||
Persistent.
|
Persistent.
|
||||||
.lp ""
|
.lp ""
|
||||||
@@ -3626,8 +3626,12 @@ See
|
|||||||
.op pickup_types
|
.op pickup_types
|
||||||
and also
|
and also
|
||||||
.op autopickup_exception
|
.op autopickup_exception
|
||||||
to refine the behavior.
|
for ways to refine the behavior.
|
||||||
.lp "autoquiver "
|
.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)
|
This option controls what happens when you attempt the \(oqf\(cq (fire)
|
||||||
command when nothing is quivered or readied (default false).
|
command when nothing is quivered or readied (default false).
|
||||||
When true, the computer will fill
|
When true, the computer will fill
|
||||||
@@ -4555,6 +4559,10 @@ for smaller sizes if they are too big.
|
|||||||
Default is the current window size.
|
Default is the current window size.
|
||||||
.lp tile_file
|
.lp tile_file
|
||||||
Specify the name of an alternative tile file to override the default.
|
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
|
.lp tile_height
|
||||||
Specify the preferred height of each tile in a tile capable port.
|
Specify the preferred height of each tile in a tile capable port.
|
||||||
.lp tile_width
|
.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).
|
OS/2, PC, and ST NetHack only).
|
||||||
.lp flush
|
.lp flush
|
||||||
(default off, Amiga NetHack only).
|
(default off, Amiga NetHack only).
|
||||||
.lp "MACgraphics"
|
.lp MACgraphics
|
||||||
(default on, Mac NetHack only).
|
(default on, Mac NetHack only).
|
||||||
.lp page_wait
|
.lp page_wait
|
||||||
(default on, Mac NetHack only).
|
(default on, Mac NetHack only).
|
||||||
|
|||||||
+9
-1
@@ -3937,7 +3937,10 @@ Persistent.
|
|||||||
\\
|
\\
|
||||||
%.lp ""
|
%.lp ""
|
||||||
See ``{\it pickup\verb+_+types\/}'' and also
|
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
|
%.lp
|
||||||
\item[\ib{autoquiver}]
|
\item[\ib{autoquiver}]
|
||||||
This option controls what happens when you attempt the `f' (fire)
|
This option controls what happens when you attempt the `f' (fire)
|
||||||
@@ -5007,6 +5010,11 @@ Default is the current window size.
|
|||||||
%.lp
|
%.lp
|
||||||
\item[\ib{tile\verb+_+file}]
|
\item[\ib{tile\verb+_+file}]
|
||||||
Specify the name of an alternative tile file to override the default.
|
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
|
%.lp
|
||||||
\item[\ib{tile\verb+_+height}]
|
\item[\ib{tile\verb+_+height}]
|
||||||
Specify the preferred height of each tile in a tile capable port.
|
Specify the preferred height of each tile in a tile capable port.
|
||||||
|
|||||||
Reference in New Issue
Block a user