Message-ID: <3A2BBE02.238A3DA7@postmark.net> From: Jason Hood Organization: NiteRider X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Buffering text... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 202.7.180.37 X-Original-Trace: 5 Dec 2000 02:53:25 +1100, 202.7.180.37 Lines: 12 Date: Tue, 05 Dec 2000 01:53:38 +1000 NNTP-Posting-Host: 203.12.160.33 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 975945224 203.12.160.33 (Tue, 05 Dec 2000 02:53:44 EST) NNTP-Posting-Date: Tue, 05 Dec 2000 02:53:44 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. BTW, the character output function is putch(), not cputc(). Jason.