Re: Curses and Character Handling

2006-04-09 Thread Fulvio
Alle 10:46, domenica 09 aprile 2006, [EMAIL PROTECTED] ha scritto: > Does anyone know of a solution to this I still learning python, but probably some documentation is the basis of learning, rather than ask at the list. I suggest to see at http://docs.python.org/ for actual and growing python f

Re: Curses and Character Handling

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

Re: Curses and Character Handling

2006-04-08 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > 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 l

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