I couldn't find anything in the archives related to this.

Using both Apple's python and a build of python2.4.2, there seems to
be a bug when using ncurses.  curses.newwin() is supposed to give a
new window filling the pysical terminal, but if the terminal has been
resized this does not seem to happen.  Instead, the window seems to be
the size that the terminal was when curses was initialised.  This is
not the case on other platforms, where the window created reflects the
new size of the terminal.  Is this a known bug?

(it seems to affect both xterm and terminal.app)

Best wishes,

N.
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to