Message-ID: <3D8F721C.FB1796C3@hotmail.com> From: Bill X-Mailer: Mozilla 4.73 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: window "noscroll" variable References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 23 Date: Mon, 23 Sep 2002 19:51:20 GMT NNTP-Posting-Host: 168.191.82.222 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 1032810680 168.191.82.222 (Mon, 23 Sep 2002 12:51:20 PDT) NNTP-Posting-Date: Mon, 23 Sep 2002 12:51:20 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > On Sun, 22 Sep 2002, Bill wrote: > > > Using Turbo C I can create a window that doesn't scroll up when I put a > > character in lower right hand corner if I first set a variable > > "noscroll" thats predefined for me. > > > > Is there a similar device available for DJG users?? > > The DJGPP conio functions should work as well or better than Turbo C's. > If you have specific problems with that compatibility, please show a > piece of code that works with Turbo C but not with DJGPP. Oops, a little closer examination revealed _wscroll=0 does work. You were right. Once again it looks like I'm still having trouble with the loose nut on my keyboard ;) Thanks