Flashing Cursor For Get

Started by Blacklord, July 28, 2009, 07:30 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Blacklord

The values to be POKEd are 0 to enable the flashing cursor and 1 to disable it.

100 POKE 167, 0:REM (turn on cursor)
110 GET A$
120 IF A$ = "" GOTO 110
130 POKE 167,1:REM (turn off cursor)