Date: Sun, 26 Nov 2000 08:02:10 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> X-Sender: eliz AT is To: Graham Reeds <grahamr AT dtn DOT ntl DOT com> cc: djgpp AT delorie DOT com Subject: Re: Buffering text... In-Reply-To: <x3LT5.10413$vA4.175317@news6-win.server.ntlworld.com> Message-ID: <Pine.SUN.3.91.1001126080115.2925D-100000@is> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sat, 25 Nov 2000, Graham Reeds wrote: > Is there a way of repositioning the write position to the individual lines > on the screen without disturbing the rest of the text? Yes, see the documentation of gotoxy() in the library reference. ScreenSetCursor is another possibility.