From: "Tim Van Holder" To: Subject: Re: trmcap 0.90 available Date: Mon, 23 Jul 2001 12:23:00 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal In-Reply-To: <3B5B68DE.30252.4F866E@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 > I've updated termcap to include documentation I've modified from GNU > termcap's docs (thankfully its license allows such a thing). I've also > created a termcap entry (in share/termcap). I'd appreciate it if someone > would check the entry for accuracy in case I'm missing something. Look OK, but a bit short. Doesn't the library support all the attributes found in, say, the termcap entry for 'ansi' under Linux (which states the ANSI control codes for colors, cursor movement, etc.)? Did you add hardcoded support for extended keys in input? If not, you'd probably need to add termcap entries for them so a termcap based program can handle them.