Moved more globals to instance_globals.
This commit is contained in:
@@ -590,7 +590,7 @@ curses_print_glyph(winid wid, XCHAR_P x, XCHAR_P y, int glyph, int bkglyph)
|
||||
if ((special & MG_DETECT) && iflags.use_inverse) {
|
||||
attr = A_REVERSE;
|
||||
}
|
||||
if (!symset[PRIMARY].name || !strcmpi(symset[PRIMARY].name, "curses")) {
|
||||
if (!g.symset[PRIMARY].name || !strcmpi(g.symset[PRIMARY].name, "curses")) {
|
||||
ch = curses_convert_glyph(ch, glyph);
|
||||
}
|
||||
if (wid == NHW_MAP) {
|
||||
|
||||
Reference in New Issue
Block a user