U172 - documetation vs implemented default for null option

The implemented default is "on", document this.
This commit is contained in:
cohrs
2004-03-13 01:27:21 +00:00
parent dbf99cab6e
commit 8e4821a8f2
3 changed files with 4 additions and 3 deletions

View File

@@ -2014,7 +2014,7 @@ Read the NetHack news file, if present (default on).
Since the news is shown at the beginning of the game, there's no point
in setting this with the `O' command.
.lp "null "
Send padding nulls to the terminal (default off).
Send padding nulls to the terminal (default on).
.lp number_pad
Use the number keys to move instead of [yuhjklbn] (default 0 or off).
(number_pad:2 invokes the old DOS behavior where `5' means `g', meta-`5'

View File

@@ -27,7 +27,7 @@
\begin{document}
%
% input file: guidebook.mn
% $Revision: 1.82 $ $Date: 2003/12/02 15:08:59 $
% $Revision: 1.83 $ $Date: 2003/12/03 02:58:14 $
%
%.ds h0 "
%.ds h1 %.ds h2 \%
@@ -2474,7 +2474,7 @@ Since the news is shown at the beginning of the game, there's no point
in setting this with the `{\tt O}' command.
%.lp
\item[\ib{null}]
Send padding nulls to the terminal (default off).
Send padding nulls to the terminal (default on).
%.lp
\item[\ib{number\_pad}]
Use the number keys to move instead of {\tt [yuhjklbn]} (default 0 or off).

View File

@@ -57,6 +57,7 @@ trappers do not hide on the ceiling
non-magical whistles do not work underwater
try to restrict whistles and musical instruments to monsters that can blow
thrown potions can sometimes hit a steed's saddle
sync default documentation of "null" option with the code
Platform- and/or Interface-Specific Fixes