Lars Ivar Igesund
Sat, 29 Jan 2005 06:44:33 -0800
Lars Ivar Igesund
Hi!
Sorry for late reply... You have probably already figured this out? I haven't read the source code of pdcurses, but I think these values might be the PC codes for function keys, arrow keys and similar non-ASCII keys. IIRC, when such a key is typed, BIOS will provide a two-byte escape sequence representing the key, consisting of 0 (zero) and the key value (20, 144 etc.). This convention is probably still followed for programs run inside a console in Windows.
References: http://www.google.com/[EMAIL PROTECTED] http://www.clipx.net/ng/progref/ng49c9c.php
Regards, David Kaasen.