Fix invisible gold symbol in status lines

This commit is contained in:
Pasi Kallinen
2017-09-16 23:49:28 +03:00
parent f36d1036de
commit 2db7e20116
6 changed files with 18 additions and 1 deletions

View File

@@ -3651,6 +3651,7 @@ boolean tinitial, tfrom_file;
/* Is it a symbol? */
if (strstr(opts, "S_") == opts && parsesymbols(opts)) {
switch_symbols(TRUE);
check_gold_symbol();
return retval;
}
@@ -4152,6 +4153,7 @@ doset() /* changing options via menu by Per Liboriussen */
destroy_nhwindow(tmpwin);
if (need_redraw) {
check_gold_symbol();
reglyph_darkroom();
(void) doredraw();
}