Hi, I have an app that creates a zvt term in a gnome-app and forks and calls another python script that handles input ouput etc.... The way I handle input is by using raw_input(prompt) Now if I type a line long enough to go onto the next line, it won't and instead will overwrite the first line. This happens only in the first line and it gets redrawn if I use the left arrow (I have imported readline to be able to do that). For all other lines of the same input, everything is ok. Now, I haven't been able to reproduce this even with the zterm.py example provided with pygnome package. I even used raw_input there and all is fine. The only difference between zterm.py and my thinggy is that one is in a Gtkwindow and the other is in a GtkHBox which itself is in a GnomeApp Any idea why this happens? H. Aurag To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
