Skip to content

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

@robhagemans

Description

@robhagemans

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions