ATR_BOLD on spell menu header

This commit is contained in:
nethack.allison
2002-04-11 14:05:33 +00:00
parent efbd396bf5
commit 623182af63
2 changed files with 2 additions and 1 deletions
+1
View 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 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 prevent the Wizard of Yendor from displacing the high priest of Moloch out of
the Sanctum's temple the Sanctum's temple
ATR_BOLD on spell menu header
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes
+1 -1
View File
@@ -1008,7 +1008,7 @@ int *spell_no;
Sprintf(buf, "%-20s Level %-12s Fail", " Name", "Category"); Sprintf(buf, "%-20s Level %-12s Fail", " Name", "Category");
else else
Sprintf(buf, "Name\tLevel\tCategory\tFail"); 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++) { for (i = 0; i < MAXSPELL && spellid(i) != NO_SPELL; i++) {
Sprintf(buf, iflags.menu_tab_sep ? Sprintf(buf, iflags.menu_tab_sep ?
"%s\t%-d%s\t%s\t%-d%%" : "%-20s %2d%s %-12s %3d%%", "%s\t%-d%s\t%s\t%-d%%" : "%-20s %2d%s %-12s %3d%%",