Hide cursor in curses module

Andrew Kuchling akuchlin at mems-exchange.org
Fri Aug 4 11:00:46 EDT 2000


Carsten Gaebler <cg at schlund.de> writes:
> How do I hide the cursor in the curses module?

The curs_set() function does this; unfortunately I don't believe that
function was available in the curses module that comes with 1.5.2.  It
*is* available in the curses module that will be part of Python 2.0;
you could always grab a copy of just the _curses module and compile it
with your 1.5.2 installation.

--amk



More information about the Python-list mailing list