From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 23 Jul 2001 12:27:13 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: trmcap 0.90 available Message-ID: <3B5C1821.22004.BB1CED@localhost> In-reply-to: References: <3B5B68DE DOT 30252 DOT 4F866E AT localhost> 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 > 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.)? The attributes are supported with conio. But accessing them via ecma-48/ansi sequences isn't. > Did you add hardcoded support for extended keys in input? Bash 2.04 supports them, but that support isn't in libc. The encodings it uses aren't cygwin/linux compatible, so it's not worth adding them. After termcap, I plan to work on adding extended keys support w/ compatible encodings unless someone else wants to do it. Mark