Skip to content

<CR><LF> doesn't update to the new background colour when on the bottom row, it needs to print actual text to update. #58

Open
@sijnstra

Description

@sijnstra

This only occurs on the bottom row (screen scroll). Same error occurs if background set in a different viewport. You can see the loop runs consistently but changes behaviour when it gets to the screen scroll.
Code to replicate the error:
10 CLS
20 FOR I = 1 TO 6
30 VDU 17, 129
40 PRINT "RED BACKGROUND";
50 VDU 17, 128
60 FOR J = 1 TO 6 : PRINT CHR$(13);CHR$(10);: NEXT
70 PRINT "BLACK BACKGROUND";
80 FOR J = 1 TO 6 : PRINT CHR$(13);CHR$(10);: NEXT
90 NEXT
Produces the following:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions