## Bug report See: https://www.youtube.com/watch?v=9J9DtrcoDXc **Problem** <!-- A clear and concise description of what the bug is, --> <!-- including what currently happens and what you expected to happen. --> **Steps** <!-- The steps to reproduce the bug. --> 1. run below program 2. expect graphics updates to happen in real-time 3. they do not 4. add A$=INKEY$ inside the loop, and it works **Program** ``` 10 SCREEN 1 20 FOR Y=0 TO 199:FOR X=0 TO 319 30 PSET(X,Y),INT(RND*4) 40 NEXT X:NEXT Y ``` **Notes** PC-BASIC version: 2.0.4 Operating system version: Windows 10