X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Tue, 12 Jun 2001 09:31:40 -0500 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: DJGPP 2.04 release date Message-ID: <20010612093140.A24641@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3AFF2E8F DOT 13877 DOT 2B55601 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eliz@is.elta.co.il on Mon, May 14, 2001 at 09:52:32AM +0300 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 -: > Extended keyboard support in termios would be good so the Bash specific -: > tminit.c could go away. -: -: Yes, that would be a welcome addition. A possible implementation would -: be to add functions like tgetstr, tgetent, tgetflag, tgetnum, and make -: them return strings which the termios emulation would convert to the -: appropriate cursor motion and other commands. The file `tinytcap.c' distributed with elvis 1.8 has some (if not all) of these functions; I've been using them for some time to link in the termcap functionality not otherwise available with djgpp. In my estimation much of the missing termios support in djgpp could be implemented by cannibalizing tinytcap.c. If there is interest, I'll post additional details for discussion. Copyright issues permitting, I'll even volunteer to be the cannibal.