Date: Thu, 27 Mar 1997 13:28:41 +0300 (IDT) From: Eli Zaretskii To: Yellow Four cc: djgpp AT delorie DOT com Subject: Re: setting cursor position In-Reply-To: <33397288.6AD1@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Mar 1997, Yellow Four wrote: > is there a function that lets me position the cursor in textmode at a > certain place, ie row and column? thanks. Use either `ScreenSetCursor' or `gotoxy'. Look them up in the library reference, for more details.