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

Colour differences when scrolling down after continuing a line beyond col 80 #197

Closed
robhagemans opened this issue Jul 9, 2022 · 1 comment

Comments

@robhagemans
Copy link
Owner

Colour differences when scrolling down after continuing a line beyond col 80

Program

5 COLOR 4,0
10 PRINT STRING$(80, 1);
15 COLOR 0,4
20 PRINT "X";

Expected
First line of output is red on black background; second line has one X in black on red background and the rest of the line black.

Observed
First line of output is red on black background; second line has one X in black on red background and the rest of the line red.

Notes
PC-BASIC version: 2.0.4
Operating system version: Ubuntu 18.04 (but expected on all)

robhagemans added a commit that referenced this issue Jul 9, 2022
@robhagemans
Copy link
Owner Author

Fixed by 7a4a216

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant