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 _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal