Date: Tue, 9 Jul 1996 08:26:45 +0200 (IST) From: Eli Zaretskii To: Sxren Merser Cc: djgpp AT delorie DOT com Subject: Re: gotoxy In-Reply-To: <31E15ECD.5419@image.dk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 8 Jul 1996, Sxren Merser wrote: > Do anyone know why 'gotoxy(int x, int y)' dosn't work. > It just doesn't move the cursor correct? The coordinates is within > screen limits. > The program works just fine when compiled with Borland 5.0 (16-bit > and Win32). Please post the source of the shortest program you can devise that exhibits the problem. `gotoxy' works for me just fine, but it might fail in some specific situation.