Date: Sun, 29 Jul 2001 20:45:55 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Mark E." Message-Id: <7458-Sun29Jul2001204554+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3B63DB81.21281.84EE3@localhost> (snowball3@bigfoot.com) Subject: Re: termios flag to control ecma-48 References: <3B6322AA DOT 16701 DOT 9BFF6D AT localhost> <3B63DB81 DOT 21281 DOT 84EE3 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Mark E." > Date: Sun, 29 Jul 2001 09:46:41 -0400 > > > 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. Is this only for debugging, or for some other reasons as well? Switching output to raw mode (not necessarily binary) should do the trick. As would adding the dribble feature I was talking about ;-)