Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
------------------------------------------------------------------
fix access violation when --debug:xxxx has no other args after it
+Setting the inverse attribute for gold had the space before "$:"
+ getting highlighted along with the gold field
Platform- and/or Interface-Specific Fixes
-/* NetHack 3.6 wintty.c $NHDT-Date: 1526429383 2018/05/16 00:09:43 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.166 $ */
+/* NetHack 3.6 wintty.c $NHDT-Date: 1526909614 2018/05/21 13:33:34 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.167 $ */
/* Copyright (c) David Cohrs, 1991 */
/* NetHack may be freely redistributed. See license for details. */
* +-----------+
*/
if (iflags.hilite_delta) {
+ if (*text == ' ') {
+ tty_putstatusfield(nullfield, " ", x++, y);
+ text++;
+ }
/* multiple attributes can be in effect concurrently */
Begin_Attr(attridx);
if (coloridx != NO_COLOR && coloridx != CLR_MAX)