On 2010-08-24, Bill Green <b...@supposedly.org> wrote:
> ... but these
> constants (for the arrow keys at least) seem not to match the actual
> keycodes.

After looking at the documentation again I've realized I needed to enable keypad
mode on the window for curses to catch the escape codes, and now everything's
working.

It seems to me that _cursesmodule.c should check at compile time to
see if the platform is NetBSD AND ncurses isn't being used.

Regards,
Bill
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to