From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 28 Jul 2001 23:26:37 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: termios cursor motion support Message-ID: <3B634A2D.3592.192157@localhost> In-reply-to: <2561-Fri27Jul2001122749+0300-eliz@is.elta.co.il> References: <3B604325 DOT 14771 DOT 32CE14 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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. That does sound useful. > 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. So GDB uses the readline library but it doesn't use the related history library? Mark