Date: Sun, 26 Nov 2000 08:02:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Graham Reeds cc: djgpp AT delorie DOT com Subject: Re: Buffering text... In-Reply-To: Message-ID: 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.