[fpc-pascal]Bug in GotoXY

Jose Pascual josepascual at almudi.com
Thu Jul 1 12:56:13 CEST 2004


Hi,

I have found some bug in gotoxy using fpc 1.9.5 for linux (i386). If
there is no change in X between two consecutive gotoXY, the second
gotoXY won't change the cursor if X has no change. (perhaps the bug is 
also in Y)

I mean,

GotoXY(1,1);  // first
GotoXY(1,10); // second.

in this case cursor only change for Y, but Gotoxy won't send the cursor
to X=1 again, printing in X for next position where last character was
printed.

I has no made enough tests for Y.

regards








More information about the fpc-pascal mailing list