From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 29 Jul 2001 09:46:41 -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: <3B63DB81.21281.84EE3@localhost> References: <3B6322AA DOT 16701 DOT 9BFF6D AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > I thought it was _supposed_ to eat those strings, and > instead produce effects such as moving the cursor etc.? True enough. But there are times when I want to see the escape strings instead of having them eaten. However, switching to binary mode turns off the parser so perhaps I shouldn't bother. Mark