From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 30 Jul 2001 09:38:22 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: termios flag to control ecma-48 Message-ID: <3B652B0E.12711.182C5@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > I think raw mode implies that everything is output verbatim. The > easiest way to be sure is to try on Unix or GNU/Linux. I don't have access to Linux so I can't test there. I did look at Cygwin's console source since Cygwin deals with the text/binary just like DJGPP must and it does parse/execute commands even in binary mode. Mark