Date: Sun, 10 Jun 2001 11:17:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: old archived termios submission In-Reply-To: <3B22C210.12214.6077D1@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 10 Jun 2001, Mark E. wrote: > The archives contain a submission from Daisuke Aoyoma that adds support for > enhanced keyboards to termios. The url is < http://www.delorie.com/djgpp/mail- > archives/browse.cgi?p=djgpp-workers/1996/12/30/12:32:06 >. Since that version > of enhanced keyboard support has been submitted to djgpp-workers, does that > make it acceptable to use in my own implementation? You mean, legally? I guess that's something DJ should answer. However, if you are working on this, perhaps it's a good idea to discuss the issues and possible solutions before you commit to some specific implementation. For example, I would like to see functions like tgetent, tgetstr, etc. as part of the enhanced keyboard support, so that we could stop commenting them out in packages such as Readline and GDB. TIA