Actions
Bug #122
closedCls - slight incompatibility issue
Start date:
02/05/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
When no colour value is used in the cls command the below code clears the screen black (colour 0) in Aoz, but clears the screen using colour 1 (orange / red) in Amos:
#manifest:"amiga"
#fullScreen:true
#splashScreen:false
screen open 0,320,200,16,lowres
curs off: flash off: cls
wait key
Actions