[EMAIL PROTECTED] wrote:
>
>I tried curses.setsyx(2,3) in my script and it doesn't move the curses
>cursor. Any alternatives/solutions?

Did you call doupdate after?  setsyx just manipulates the data structures.
It takes a call to doupdate to force those changes to take effect visually.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to