06-17-2010, 08:48 PM
This is not a bug but an innocuous typo. The following lines in library/csrlin.bas:
Should read:
I guess they were copied and pasted from library/pos.bas
Code:
dim maxy as ubyte at 23683: REM 'Max COL position + 1 (default 33)
dim ny as ubyte at 23689 : REM current maxx - column screen position
Should read:
Quote: dim maxy as ubyte at 23683: REM 'Max LIN position + 1 (default 24)
dim ny as ubyte at 23689 : REM current maxy - line screen position
I guess they were copied and pasted from library/pos.bas
Marcos Cruz
http://programandala.net
http://programandala.net