Date: Mon, 9 Aug 1999 11:28:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mike Wyatt cc: djgpp AT delorie DOT com Subject: Re: How to control cursor position? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 8 Aug 1999, Mike Wyatt wrote: > Back when I used to write C stuff with an old warhorse Borland Dos > Compiler (Eons ago) there was a function that took and x and a y > coordinate and stuck the cursor at those coords on the screen. Another > one had no arguments, but returned the x and y coordinates. Is there a > similar function in the DJGPP compiler? They are called by the same names as in Borland: gotoxy, wherex and wherey.