| 5777 | } |
| 5778 | |
| 5779 | staticfn int |
| 5780 | handler_menu_headings(void) |
| 5781 | { |
| 5782 | boolean gotca = query_color_attr(&iflags.menu_headings, |
| 5783 | "How to highlight menu headings:"); |
| 5784 | |
| 5785 | if (gotca) { |
| 5786 | /* header highlighting affects persistent inventory display */ |
| 5787 | if (iflags.perm_invent) |
| 5788 | update_inventory(); |
| 5789 | } |
| 5790 | adjust_menu_promptstyle(WIN_INVEN, &iflags.menu_headings); |
| 5791 | return optn_ok; |
| 5792 | } |
| 5793 | |
| 5794 | staticfn int |
| 5795 | handler_menu_objsyms(void) |
no test coverage detected