-NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.519 $ $NHDT-Date: 1619919402 2021/05/02 01:36:42 $
+NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.520 $ $NHDT-Date: 1620075044 2021/05/03 20:50:44 $
General Fixes and Modified Features
-----------------------------------
a character "^["; have the popup version of getlin() fake the usual
ESC handling, but player has to type <escape><return> for that to work
curses: menu headings didn't use default text color
+curses: #perminv changes disabled menu_headings attribute for persistent
+ inventory window headings; reinstate that
Qt: at Xp levels above 20 with 'showexp' On, the combined status field
"Level:NN/nnnnnnnn" was too big and truncated by a char at each end
Qt: searching a text window for something that wasn't found and then searching
}
newelement.invtxt = dupstr(str);
- newelement.c_attr = attr ? A_NORMAL : NONE; /* override menu_headings */
+ newelement.c_attr = attr; /* note: caller has already converted 'attr'
+ * from tty-style attribute to curses one */
newelement.letter = accelerator;
aptr[pi.inuseindx++] = newelement;