You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be a bug in print.c in the print_newline() function. Line #48 says: clear_row(NUM_COLS - 1). I think it should be: clear_row(NUM_ROWS - 1).
I think clearing rows 26-80 might make whatever follows video memory very unhappy. 😁
The text was updated successfully, but these errors were encountered:
I think there might be a bug in print.c in the print_newline() function. Line #48 says: clear_row(NUM_COLS - 1). I think it should be: clear_row(NUM_ROWS - 1).
I think clearing rows 26-80 might make whatever follows video memory very unhappy. 😁
The text was updated successfully, but these errors were encountered: