Christopher Subich wrote: > Why not wrap your 1-3 in a function of your own?
It sounds like the OP is concerned about the visual effect of the cursor moving on the screen while characters are written. I doubt whether curses provides any way of controlling that. Curses was designed for glass ttys, on most of which it is physically impossible to write characters without the cursor moving. The best you can do is move it back to where you want it afterwards. -- Greg Ewing, Computer Science Dept, University of Canterbury, Christchurch, New Zealand http://www.cosc.canterbury.ac.nz/~greg -- http://mail.python.org/mailman/listinfo/python-list