Hi,
I discovered after much pain that raw_input somehow uses raw strings.
So using something like raw_input("\033[0;34mGIn[1]\033[0m") screws
your terminal application. It won't know the correct size of the terminal.
I used raw_input mainly to be able to use readline. Now my question is
simply this:
Are there other ways of input that can use readline but not
raw_strings.
In other words, is it possible to have a method that sends the correct
len of prompt string!
Thanks
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]