Date: Mon, 4 Dec 2000 18:32:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Buffering text... In-Reply-To: <3A2BBE02.238A3DA7@postmark.net> 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 Tue, 5 Dec 2000, Jason Hood wrote: > Graham Reeds wrote: > [snip] > > gotoxy(0,0); /* reposition cursor */ > > Try using (1,1) and see what happens. Works fine for me, but (0,0) didn't > output anything at all. That's because the first column and row are 1 and 1, not 0 and 0.