Closed gardners closed 5 years ago
Typing the following:
10 FORI=1TO5000:NEXT RUN
Leaves the cursor visible while the FOR loop is running. Suspect that our CHRIN routine doesn't correctly manage the cursor visible state.
Fixed.
Typing the following:
Leaves the cursor visible while the FOR loop is running. Suspect that our CHRIN routine doesn't correctly manage the cursor visible state.