Mail Archives: djgpp-workers/2001/07/23/12:27:20
> 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
- Raw text -