X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <09a701c43def$f14e11c0$0200000a@broadpark.no> From: "Gisle Vanem" To: References: <7105-Wed19May2004215001+0300-eliz AT gnu DOT org> Subject: Re: Window Flicker Date: Thu, 20 May 2004 00:23:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" said: > The problem is that Windows XP (and all other descendants of the > Windows NT family) switch the emulated console to the standard DOS > dimensions as soon as they detect a DOS program that accesses the > video memory directly. The DJGPP ports of Less and `ls' do that, so > you get punished by M$ for running DOS programs. I am amased that not more people do as I do :) Use CMD/4NT strictly for running Win32 console and GUI mode programs. Use command.com or 4DOS strictly for DOS programs. That way one can have completely separate environments; Loaded either from %SystemRoot\system32\autoexec.nt for DOS/djgpp programs or from 'My computer | Properties ..' for the rest. This way I can run djgpp's gcc and MingW's gcc with no conflicts. And no flicker and dissappearing scroll-bar. BTW. The only DOS program I use in 4NT is the djgpp man 1.3 program (since I didn't find any good Cygwin or MingW substitute). Good job Eli, but this has it quirks. --gv