curses.setsyx()?

Tim Roberts timr at probo.com
Fri Sep 19 01:24:09 EDT 2008


linkmaster032000 at gmail.com 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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list