We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
add test for issue #197 colour differences, scrolling down after cont…
5956f2e
…inuing a line
fix issue #197: do not scroll down when printing past overflow (but d…
7a4a216
…o so when interactive)
Fixed by 7a4a216
Sorry, something went wrong.
No branches or pull requests
Colour differences when scrolling down after continuing a line beyond col 80
Program
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)
The text was updated successfully, but these errors were encountered: