Is there any way to suppress the blinking text cursor, particularly when in a graphics mode? For example, in the following program...
Code: Select all
MODE 8
WHILE 1
GCOL RND(RND(16))-1
PLOT 69,RND(1280)-1,RND(1024)-1
ENDWHILE