Re: Curses and Character Handling
Thank you very much. -- http://mail.python.org/mailman/listinfo/python-list
Curses and Character Handling
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