[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Any way to home the cursor in win32 console without using curses?



Subject says it all. I want to repeatedly display a 2d array in my
program. Right now I just use ordinary print statements, but it would
look a lot nicer if I could move the cursor to the top left of the
window each time and overprint what's already there. I tried printing
the various control characters like form feed and vertical tab, to no
effect. Any suggestions?

Alan