githib pull request #232 - curses symset
This time I'm putting things in as-is before making a few tweaks. The pull request was three or four separate changes. I used the patch instead so they've been collected into one commit.
This commit is contained in:
@@ -660,9 +660,7 @@ curses_print_glyph(winid wid, XCHAR_P x, XCHAR_P y, int glyph,
|
||||
attr = A_REVERSE;
|
||||
}
|
||||
if (SYMHANDLING(H_DEC))
|
||||
ch = curses_convert_glyph(TRUE, ch, glyph);
|
||||
else if (!symset[PRIMARY].name || !strcmpi(symset[PRIMARY].name, "curses"))
|
||||
ch = curses_convert_glyph(FALSE, ch, glyph);
|
||||
ch = curses_convert_glyph(ch, glyph);
|
||||
|
||||
if (wid == NHW_MAP) {
|
||||
/* hilite stairs not in 3.6, yet
|
||||
|
||||
Reference in New Issue
Block a user