MSDOS and TTY_TILES_ESCCODES bit
This commit is contained in:
@@ -3442,6 +3442,9 @@ const glyph_info *bkglyphinfo UNUSED;
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
/* get glyph ttychar, color, and special flags */
|
/* get glyph ttychar, color, and special flags */
|
||||||
|
#if defined(TTY_TILES_ESCCODES) || defined(MSDOS)
|
||||||
|
glyph = glyphinfo->glyph;
|
||||||
|
#endif
|
||||||
ch = glyphinfo->ttychar;
|
ch = glyphinfo->ttychar;
|
||||||
color = glyphinfo->color;
|
color = glyphinfo->color;
|
||||||
special = glyphinfo->glyphflags;
|
special = glyphinfo->glyphflags;
|
||||||
|
|||||||
Reference in New Issue
Block a user