On Jul 23, 9:05 am, westymatt <[EMAIL PROTECTED]> wrote: > This is without a gui toolkit. This is going to be implemented on > console i/o
If you're on windows, you'll need the kbhit() and getch() functions in the msvcrt module. The up arrow returns two separate "keyboard- hits" (with ordinal value 224 and 72). -- bjorn -- http://mail.python.org/mailman/listinfo/python-list