Re: Cursor manipulation in python/curses

2002-12-10 Thread Jason Tishler
Leonardo, On Thu, Dec 05, 2002 at 12:26:24PM -0200, Leonardo Mesquita wrote: > this is the first time I am writing to this list, so I apologize if > this is way off-topic... No need to apologize -- this post is appropriate for this list. > Is there any possible way to hide the terminal cursor wi

Cursor manipulation in python/curses

2002-12-05 Thread Leonardo Mesquita
Hello, this is the first time I am writing to this list, so I apologize if this is way off-topic... Is there any possible way to hide the terminal cursor with curses in cygwin/python? The curs_set function always returns ERR (as pointed out in several examples in the demo files for p