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 f0 "\*(vr
|
||||
.ds f1
|
||||
.ds f2 "February 3, 2002
|
||||
.ds f2 "February 4, 2002
|
||||
.mt
|
||||
A Guide to the Mazes of Menace
|
||||
(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.
|
||||
.lp tiled_map
|
||||
NetHack should display a tiled map if it can.
|
||||
.lp tiles_16x16
|
||||
NetHack should display 16x16 tiles if it can.
|
||||
.lp tiles_32x32
|
||||
NetHack should display 32x32 tiles if it can.
|
||||
.lp tiles_8x16
|
||||
NetHack should display 8x16 tiles if it can.
|
||||
.lp use_inverse
|
||||
.lp tile_file
|
||||
Specify the name of an alternative tile file to override the default.
|
||||
.lp tile_height
|
||||
Specify the preferred height of each tile in a tile capable port.
|
||||
.lp tile_width
|
||||
Specify the preferred width of each tile in a tile capable port
|
||||
.lp use_inverse
|
||||
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
|
||||
the message window.
|
||||
.hn 2
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
%.au
|
||||
\author{Eric S. Raymond\\
|
||||
(Extensively edited and expanded for 3.4)}
|
||||
\date{February 3, 2002}
|
||||
\date{February 4, 2002}
|
||||
|
||||
\maketitle
|
||||
|
||||
@@ -2594,14 +2594,14 @@ is this number of cells away from the edge of the window.
|
||||
\item[\ib{tiled\_map}]
|
||||
NetHack should display a tiled map if it can.
|
||||
%.lp
|
||||
\item[\ib{tiles\_16x16}]
|
||||
NetHack should display 16x16 tiles if it can.
|
||||
\item[\ib{tile\_file}]
|
||||
Specify the name of an alternative tile file to override the default.
|
||||
%.lp
|
||||
\item[\ib{tiles\_32x32}]
|
||||
NetHack should display 32x32 tiles if it can.
|
||||
\item[\ib{tile\_height}]
|
||||
Specify the preferred height of each tile in a tile capable port.
|
||||
%.lp
|
||||
\item[\ib{tiles\_8x16}]
|
||||
NetHack should display 8x16 tiles if it can.
|
||||
\item[\ib{tile\_width}]
|
||||
Specify the preferred width of each tile in a tile capable port
|
||||
%.lp
|
||||
\item[\ib{use\_inverse}]
|
||||
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.
|
||||
tile_height -- port should display tiles with this height or round to closest
|
||||
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.
|
||||
use_inverse -- port should display inverse when NetHack asks for it.
|
||||
vary_msgcount -- port should display this number of messages at a time in
|
||||
|
||||
Reference in New Issue
Block a user