From: Mike Wyatt Subject: How to control cursor position? Newsgroups: comp.os.msdos.djgpp User-Agent: tin/pre-1.4-980117 (UNIX) (SunOS/5.6 (sun4u)) Lines: 9 Message-ID: Date: Sun, 08 Aug 1999 15:34:06 GMT NNTP-Posting-Host: 204.247.248.254 X-Complaints-To: abuse AT verio DOT net X-Trace: nuq-read.news.verio.net 934126446 204.247.248.254 (Sun, 08 Aug 1999 15:34:06 GMT) NNTP-Posting-Date: Sun, 08 Aug 1999 15:34:06 GMT Organization: Verio To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? Thanks, Mike