Skip to content

fix cga_putc to write blanks when newline is written

kvu requested to merge (removed):lab1 into lab1

By default the QEMU console window has a black background, so this "fix" doesn't appear to change anything. The issue is apparent when you change COLOR_BYTE to 0xF000 (or any non black background).

Merge request reports