Memotech-Bill / PicoBB

BBC BASIC for Raspberry Pi Pico
zlib License
35 stars 5 forks source link

Mode change doesn't switch the cursor back on. #19

Open colin-repos opened 1 year ago

colin-repos commented 1 year ago

If you escape out of snake the cursor is off type MODE 3 and it is still off

A minor problem but it would be nice to have the cursor switched back on.

rtrussell commented 1 year ago

type MODE 3 and it is still off

MODE not turning the cursor back on does indeed sound like a bug, it should. I will fix that.

In the interim you need only enter ON to turn it on again.