Documentation updates
Document the change to the window options and correct a typo that Yitzhak pointed out in window.doc
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
.ds vr "NetHack 3.4
|
.ds vr "NetHack 3.4
|
||||||
.ds f0 "\*(vr
|
.ds f0 "\*(vr
|
||||||
.ds f1
|
.ds f1
|
||||||
.ds f2 "February 3, 2002
|
.ds f2 "February 4, 2002
|
||||||
.mt
|
.mt
|
||||||
A Guide to the Mazes of Menace
|
A Guide to the Mazes of Menace
|
||||||
(Guidebook for NetHack)
|
(Guidebook for NetHack)
|
||||||
@@ -2106,15 +2106,15 @@ NetHack should scroll the display when the hero or cursor
|
|||||||
is this number of cells away from the edge of the window.
|
is this number of cells away from the edge of the window.
|
||||||
.lp tiled_map
|
.lp tiled_map
|
||||||
NetHack should display a tiled map if it can.
|
NetHack should display a tiled map if it can.
|
||||||
.lp tiles_16x16
|
.lp tile_file
|
||||||
NetHack should display 16x16 tiles if it can.
|
Specify the name of an alternative tile file to override the default.
|
||||||
.lp tiles_32x32
|
.lp tile_height
|
||||||
NetHack should display 32x32 tiles if it can.
|
Specify the preferred height of each tile in a tile capable port.
|
||||||
.lp tiles_8x16
|
.lp tile_width
|
||||||
NetHack should display 8x16 tiles if it can.
|
Specify the preferred width of each tile in a tile capable port
|
||||||
.lp use_inverse
|
.lp use_inverse
|
||||||
NetHack should display inverse when the game specifies it.
|
NetHack should display inverse when the game specifies it.
|
||||||
.lp vary_msgcount
|
.lp vary_msgcount
|
||||||
NetHack should display this number of messages at a time in
|
NetHack should display this number of messages at a time in
|
||||||
the message window.
|
the message window.
|
||||||
.hn 2
|
.hn 2
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
%.au
|
%.au
|
||||||
\author{Eric S. Raymond\\
|
\author{Eric S. Raymond\\
|
||||||
(Extensively edited and expanded for 3.4)}
|
(Extensively edited and expanded for 3.4)}
|
||||||
\date{February 3, 2002}
|
\date{February 4, 2002}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@@ -2594,14 +2594,14 @@ is this number of cells away from the edge of the window.
|
|||||||
\item[\ib{tiled\_map}]
|
\item[\ib{tiled\_map}]
|
||||||
NetHack should display a tiled map if it can.
|
NetHack should display a tiled map if it can.
|
||||||
%.lp
|
%.lp
|
||||||
\item[\ib{tiles\_16x16}]
|
\item[\ib{tile\_file}]
|
||||||
NetHack should display 16x16 tiles if it can.
|
Specify the name of an alternative tile file to override the default.
|
||||||
%.lp
|
%.lp
|
||||||
\item[\ib{tiles\_32x32}]
|
\item[\ib{tile\_height}]
|
||||||
NetHack should display 32x32 tiles if it can.
|
Specify the preferred height of each tile in a tile capable port.
|
||||||
%.lp
|
%.lp
|
||||||
\item[\ib{tiles\_8x16}]
|
\item[\ib{tile\_width}]
|
||||||
NetHack should display 8x16 tiles if it can.
|
Specify the preferred width of each tile in a tile capable port
|
||||||
%.lp
|
%.lp
|
||||||
\item[\ib{use\_inverse}]
|
\item[\ib{use\_inverse}]
|
||||||
NetHack should display inverse when the game specifies it.
|
NetHack should display inverse when the game specifies it.
|
||||||
|
|||||||
@@ -475,7 +475,7 @@ tile_width -- port should display tiles with this width or round to closest
|
|||||||
if it can.
|
if it can.
|
||||||
tile_height -- port should display tiles with this height or round to closest
|
tile_height -- port should display tiles with this height or round to closest
|
||||||
if it can.
|
if it can.
|
||||||
tile_file -- open this alterntive tile file. The file name is likely to be
|
tile_file -- open this alternative tile file. The file name is likely to be
|
||||||
window-port or platform specific.
|
window-port or platform specific.
|
||||||
use_inverse -- port should display inverse when NetHack asks for it.
|
use_inverse -- port should display inverse when NetHack asks for it.
|
||||||
vary_msgcount -- port should display this number of messages at a time in
|
vary_msgcount -- port should display this number of messages at a time in
|
||||||
|
|||||||
Reference in New Issue
Block a user