Re: Curses and Character Handling

2006-04-08 Thread stormandstress
Thank you very much. -- http://mail.python.org/mailman/listinfo/python-list

Curses and Character Handling

2006-04-08 Thread stormandstress
Hi. I'm writing a program that is dependent on the curses library and functions for python, and I'm a little puzzled by the way characters are handled. The basics of the program are that a character is taken from input and put into a certain position within a list (There's more to it than that, bu