Wunst / asternix

Yet another UNIX clone (OS for x86)
GNU General Public License v3.0
1 stars 0 forks source link

VGA cursor movement broken #12

Open Wunst opened 8 months ago

Wunst commented 8 months ago

When printing stuff the VGA cursor just disappears instead of moving to the new write position.

Wunst commented 7 months ago

This is because I zero the VGA buffer when scrolling, so fg and bg color are set to black. Cursor depends on fg color.