Date: Wed, 16 Aug 2000 00:13:18 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pdestroy AT netcabo DOT pt Message-Id: <8582-Wed16Aug2000001316+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp AT delorie DOT com In-reply-to: <8nc2kp$79u$1@venus.telepac.pt> (pdestroy@netcabo.pt) Subject: Re: How to move the cursor into a costum position. References: <8nc2kp$79u$1 AT venus DOT telepac DOT pt> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Paulo J. Matos aka PDestroy" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 15 Aug 2000 19:33:55 +0200 > > Given a x, y position how can I put the cursor there to do whatever I want > in C? You can use either gotoxy or ScreenSetCursor library functions. The former honors window boundaries set by the function `window', the latter works on the full screen, but is leaner and faster.