Update vgaout.c

This commit is contained in:
David Kuder 2023-05-02 15:08:11 -04:00
parent bc17d64651
commit d34706c47b

View File

@ -236,7 +236,6 @@ struct vga_scanline * DELAYED_COPY_CODE(vga_prepare_scanline)() {
// Wait for the scanline buffer to become available again
while(scanline->_flags & FLAG_BUSY)
terminal_process_input();
//tight_loop_contents();
// Reinitialize the scanline struct for reuse
scanline->length = 0;