rename glyphmap nhcolor field to customcolor

This commit is contained in:
nhmall
2024-03-24 11:04:31 -04:00
parent ec8f237960
commit 750cf7f619
11 changed files with 47 additions and 47 deletions

View File

@@ -690,10 +690,10 @@ vesa_xputg(const glyph_info *glyphinfo, const glyph_info *bkglyphinfo UNUSED)
ch = glyphinfo->gm.u->utf32ch;
}
#endif
if (vesa_pixel_size > 8 && glyphinfo->gm.nhcolor != 0) {
if (vesa_pixel_size > 8 && glyphinfo->gm.customcolor != 0) {
/* FIXME: won't display black (0,0,0) correctly, but the background
is usually black anyway */
attr = glyphinfo->gm.nhcolor | 0x80000000;
attr = glyphinfo->gm.customcolor | 0x80000000;
}
row = currow;