Goto XY

Grant Edwards grante at visi.com
Wed Nov 9 00:25:10 EST 2005


On 2005-11-09, Chris F.A. Johnson <cfajohnson at gmail.com> wrote:
>
>> Is there some command in python so that I can read a key's input and
>> then use a gotoxy() function to move the cursor on screen?  e.g.:
>> (psuedo-code)
>
> You can use curses, but that may be more trouble than it's worth.

In which case you could always use tput -- and it will still be
portable.

-- 
Grant Edwards                   grante             Yow!  I'm GLAD I
                                  at               remembered to XEROX all
                               visi.com            my UNDERSHIRTS!!



More information about the Python-list mailing list