delorie.com/archives/browse.cgi | search |
Date: | Wed, 16 Aug 2000 00:13:18 +0200 |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
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 |
> From: "Paulo J. Matos aka PDestroy" <pdestroy AT netcabo DOT pt> > 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |