Date: Sun, 29 Mar 1998 13:36:37 +0300 (IDT) From: Eli Zaretskii To: Mariano Alvarez Fernández cc: djgpp AT delorie DOT com Subject: Re: conio In-Reply-To: <3519955E.1AC5@teleline.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk On Thu, 26 Mar 1998, Mariano Alvarez Fernández wrote: > When you write at the last colum of a window: > > BC 3.0 put the cursor in col 1 and don´t increment row. > DJGPP put in col 1 and increment row except for the last row. > > When you write \n\r: > > BC 3.0 put the cursor in col 1 and increment row, scrolling if > it's in the last row. > DJGPP do the same except for the last row. These are two well-known bugs in BC which DJGPP corrects. > Happily the sources are there and i hacked the DJGPP putch & cputs to > meet my program use. I think you should have left the DJGPP sources alone, and instead complain to Borland to correct theirs.