-
Notifications
You must be signed in to change notification settings - Fork 48
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
PCOPY
has no effect
#206
Labels
Comments
~~That's correct, and as in the documentation. PCOPY has no effect, it has none in GW-BASIC either.~~
Edit: Sorry, I misread as `LCOPY`, which as no effect, `PCOPY` should do things.
|
Looks like this line could be the culprit: pcbasic/pcbasic/basic/display/display.py Line 439 in cea2af6
|
Thanks, that does it. Currently it's copying the destination page to
itself, which isn't very useful ...
…On Thu, 28 Jul 2022, 20:35 Jussi Laasonen, ***@***.***> wrote:
Looks like this line could be the culprit:
https://github.com/robhagemans/pcbasic/blob/cea2af624b4aa390d70dbaef106647867ac5a673/pcbasic/basic/display/display.py#L439
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB25RESWDPXY7JCSAN4FAXLVWLOI3ANCNFSM546CG3UQ>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
robhagemans
added a commit
that referenced
this issue
Jul 30, 2022
robhagemans
added a commit
that referenced
this issue
Jul 30, 2022
robhagemans
added a commit
that referenced
this issue
Jul 30, 2022
robhagemans
added a commit
that referenced
this issue
Jul 30, 2022
Fixed by 461ee52 |
robhagemans
added a commit
that referenced
this issue
Jul 31, 2022
robhagemans
added a commit
that referenced
this issue
Jul 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PCOPY
does not seem to have any effect.Problem
I used the program below to test double buffering. A white square should be moving across the screen until ESC is pressed. The program worked with PC-BASIC v1 but in v2 an empty screen is displayed.
Program
Notes
PC-BASIC version: 2.0.5
Operating system version: Windows 10 64bit
The text was updated successfully, but these errors were encountered: