Actions
Bug #806
openSeveral cursor problems: Even with Flash Off, cursor still flashes. Curs Pen n does not change the cursor color. Set Curs does not change the cursor shape.
Start date:
07/31/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
This is true in both Amiga and AOZ manifests.
#manifest: "aoz"
If manifest$="aoz"
Palette $000000,$FFFFFF,$FF0000
Else
Palette 0,$FFF,$F00
End If
Pen 1 : Paper 0 : Cls 0
' Set red, backslash, non-flashing cursor
Curs Pen 2
Set Curs $80,$40,$20,$10,$08,$04,$02,$01
Flash Off
Print "Test...";
Do
Wait Vbl
Loop
NOTE: In addition to changing the manifest tag, you'll need to delete the local
manifest file for this to work in Amiga mode... or just create an Amiga app.
Actions