rip chrono 2006-2018

This commit is contained in:
tater 2018-06-23 02:34:02 -05:00
parent 077d25f492
commit 8ef07333ba
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ readchar(int i, glyph_t *glyph, font_t *font)
}
for (int i = 0; i < width * font->height; i++) {
glyph->cell[i].utfchar[0] = 'X';
glyph->cell[i].utfchar[0] = ' ';
glyph->cell[i].color = 0;
}