]> granicus.if.org Git - nethack/commitdiff
ATR_BOLD on spell menu header
authornethack.allison <nethack.allison>
Thu, 11 Apr 2002 14:05:33 +0000 (14:05 +0000)
committernethack.allison <nethack.allison>
Thu, 11 Apr 2002 14:05:33 +0000 (14:05 +0000)
doc/fixes34.1
src/spell.c

index f036f508fb6379fe75e945e0b4a1adde6d256993..af62fe3174729b0d3f5e664aa09f643914608059 100644 (file)
@@ -66,6 +66,7 @@ allow knight to retaliate for all thefts except those "you gladly hand over..."
 randomize starting position on goal level for M, P, and S quests
 prevent the Wizard of Yendor from displacing the high priest of Moloch out of
        the Sanctum's temple
+ATR_BOLD on spell menu header
 
 
 Platform- and/or Interface-Specific Fixes
index a723881fdad504a6c61604c7929287148d3732da..9d3c9de0bbdb7e2f2bb63ec8b028700e30411cdd 100644 (file)
@@ -1008,7 +1008,7 @@ int *spell_no;
                Sprintf(buf, "%-20s     Level  %-12s Fail", "    Name", "Category");
        else
                Sprintf(buf, "Name\tLevel\tCategory\tFail");
-       add_menu(tmpwin, NO_GLYPH, &any, 0, 0, ATR_NONE, buf, MENU_UNSELECTED);
+       add_menu(tmpwin, NO_GLYPH, &any, 0, 0, ATR_BOLD, buf, MENU_UNSELECTED);
        for (i = 0; i < MAXSPELL && spellid(i) != NO_SPELL; i++) {
                Sprintf(buf, iflags.menu_tab_sep ?
                        "%s\t%-d%s\t%s\t%-d%%" : "%-20s  %2d%s   %-12s %3d%%",