Page 1 of 1

Cursor frustration...

Posted: Tue Feb 19, 2019 6:41 pm
by knothead1008
There is no easy way to get the square box type cursor to show in the .exe output is there?

Re: Cursor frustration...

Posted: Wed Feb 20, 2019 9:18 am
by burger2227
Probably not on modern computers, but you could simulate it in an INKEY$ input loop using LINE BF graphics at proper text coordinates.

Re: Cursor frustration...

Posted: Wed Feb 20, 2019 4:21 pm
by knothead1008
Just what I thought. No easy way. ...

Thank you for your time and input.