On 2005-11-09, Chris F.A. Johnson <[EMAIL PROTECTED]> 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!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to