cursOn
テキストカーソルを表示する。
書式:
cursOn
例:
printS("press any key to show cursor")
waitkey
cursOn
locate(0,3)
printS("press esc to quit")
fprints("do you see cursor blinking? ")
waitkey(k_esc)