diff --git a/sys/msdos/vidvesa.c b/sys/msdos/vidvesa.c index 4f162b45d..81f1bc167 100644 --- a/sys/msdos/vidvesa.c +++ b/sys/msdos/vidvesa.c @@ -1604,6 +1604,7 @@ vesa_WriteCharXY(uint32 chr, int pixx, int pixy, uint32 colour) chr_cache_lastx = pixx; chr_cache[chr_cache_size].chr = chr; chr_cache[chr_cache_size].colour = colour; + chr_cache[chr_cache_size].bgcolour = BACKGROUND_VESA_COLOR; ++chr_cache_size; }