Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in print.c? #64

Closed
mharleyaz opened this issue Dec 24, 2021 · 1 comment
Closed

Bug in print.c? #64

mharleyaz opened this issue Dec 24, 2021 · 1 comment
Labels
bug Something isn't working ep2

Comments

@mharleyaz
Copy link

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. 😁

@davidcallanan davidcallanan added bug Something isn't working ep2 labels Dec 24, 2021
@davidcallanan
Copy link
Owner

Thank you. I will be fixing this soon.

Duplicate of #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ep2
Projects
None yet
Development

No branches or pull requests

2 participants