Hi Python Gang,
In the olden days of Basic, there was a "Locate" command to locate
strings in specific x/y locations on the terminal.

For example:
Locate 9,10:print "THE POWER OF PYTHON"
Would count down from top of terminal 9 increments.
And the count (from left to right of terminal) 10 spaces.
Then print the string there.

I wonder if what I'm looking for is the "Curses" library?
I'm running Python 2.6 in Linux and 2.7 in Window.
Thanks!
dw :-]
-- 
 [email protected]

_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to