From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Re: How to control cursor position? Date: Mon, 9 Aug 1999 05:55:21 +0300 Organization: An OTEnet S.A. customer Lines: 11 Message-ID: <7olg0b$n54$1@newssrv.otenet.gr> References: NNTP-Posting-Host: dram-a08.otenet.gr X-Trace: newssrv.otenet.gr 934167371 23716 195.167.113.231 (9 Aug 1999 02:56:11 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 9 Aug 1999 02:56:11 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mike Wyatt wrote in message ... >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? > Yes, gotoxy(), wherex() and wherey()