X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <175301c4746f$de0751b0$0600000a@broadpark.no> From: "Gisle Vanem" To: References: <4106EABF DOT 9080407 AT acm DOT org> Subject: Re: Using ANSI escape sequences with DJGPP Date: Wed, 28 Jul 2004 08:55:28 +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.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Reply-To: djgpp AT delorie DOT com "Cesar Rabak" said: > When run from a cmd window, the DJGPP version clears the screen, whereas > the windows console version not. > > I looked for this information in the FAQ and could not find anything about. > > My theory is that in some way, the runtime for DJGPP manages to create a > more 'DOS' environment (calling command.com which will load ANSI.NT). What's ANSI.NT? Or do you mean djgpp programs causes CONFIG.NT drivers/settings to be used. So if you have an ansi.sys driver there, it should clear the screen. Nothing new about that. But MingW uses the WinCon API which doesn't grok ANSI w/o a special device-driver. --gv