Message-ID: <3519955E.1AC5@teleline.es> Date: Thu, 26 Mar 1998 00:38:06 +0100 From: Mariano Alvarez Fernández Reply-To: malfer AT teleline DOT es Organization: teleline.es MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: conio Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Precedence: bulk Hi, sorry in advance for my horrible english. I have ported a program to DJGPP from my old BC 3.0, I use the conio library whit _wscroll=1 and i found different behaviour: 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. Happily the sources are there and i hacked the DJGPP putch & cputs to meet my program use. The question is: it's a bug of BC 3.0 or a bug of DJGPP. Thanks. M.Alvarez