[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • Cursor frustration...
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.