Merge remote-tracking branch 'origin/NetHack-3.6.0'

This commit is contained in:
keni
2017-01-15 12:56:28 -05:00
8 changed files with 58 additions and 6 deletions

View File

@@ -2859,6 +2859,8 @@ Boldface monsters and ``\fB--More--\fP'' (default off). Persistent.
.lp statushilites
Enable coloring of status fields (default off).
See ``Configuring Status Hilites'' for further information.
.lp status_updates
Allow updates to the status lines at the bottom of the screen (default true).
.lp suppress_alert
This option may be set to a NetHack version level to suppress
alert notification messages about feature changes for that
@@ -3707,6 +3709,10 @@ was interrupted.
.lp whatis_coord:compass
When targeting with cursor, describe the cursor position with coordinates
relative to your character.
.lp nostatus_updates
Prevent updates to the status lines at the bottom of the screen, if
your screen-reader reads those lines. The same information can be
seen via the #attributes command.
.hn 2
Global Configuration for System Administrators
.pg

View File

@@ -3479,6 +3479,9 @@ Boldface monsters and ``{\tt --More--}'' (default off). Persistent.
Enable coloring of status fields (default off).
See ``{\it Configuring Status Hilites\/}'' for further information.
%.lp
\item[\ib{status\verb+_+updates}]
Allow updates to the status lines at the bottom of the screen (default true).
%.lp
\item[\ib{suppress\verb+_+alert}]
This option may be set to a NetHack version level to suppress
alert notification messages about feature changes for that
@@ -4509,6 +4512,11 @@ was interrupted.
\item[\ib{whatis\verb+_+coord:compass}]
When targeting with cursor, describe the cursor position with coordinates
relative to your character.
%.lp
\item[\ib{nostatus\verb+_+updates}]
Prevent updates to the status lines at the bottom of the screen, if
your screen-reader reads those lines. The same information can be
seen via the #attributes command.
\elist
%.hn2

View File

@@ -364,6 +364,8 @@ some death by the-poison-was-deadly situations left stale non-zero HP shown
on the status line during final disclosure
when sitting at a trap spot: You sit down. You step on a level teleporter.
(likewise for polymorph trap, and similar issue for web)
show all statusline information in #attributes
add option status_updates to prevent bottom of screen status line updates
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository