Date: Fri, 27 Jul 2001 12:27:49 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <2561-Fri27Jul2001122749+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 In-reply-to: <3B604325.14771.32CE14@localhost> (snowball3@bigfoot.com) Subject: Re: termios cursor motion support References: <3B604325 DOT 14771 DOT 32CE14 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 Btw, one feature that I think would be useful is a dribble capability built into termios: the ability to save all input and output to a disk file. This should be easily implemented with two simple hooks in tminit, and some mechanism (an environment variable? a global variable?) to open the file and turn on dribbling. This would solve a long-standing nuisance I have with programs which use termios: SCRIPT doesn't catch the I/O because termios uses BIOS, not DOS, to talk to the screen. Some programs, such as GDB, which don't have a built-in dribble feature, make it hard to save sessions for future references, for this reason.