Curses question

Andrew Kuchling akuchlin at mems-exchange.org
Thu Jun 14 10:49:32 EDT 2001


Piotr Waskiewicz <wasp at linuxfreak.com> writes:
> Can I resize curses windows without destroying them?
> Or is there bind to curses wresize()?

In 2.x, Window objects have a resize() method if it's supported by the
curses library.  Note that wresize() may be an ncurses extension.
Several SYSV curses implementations don't have a wresize() function,
so the method isn't supported there; Solaris, IRIX and Tru64 are the
relevant platforms here.

--amk




More information about the Python-list mailing list