]> granicus.if.org Git - python/commit
Patch #1506645: add Python wrappers for the curses functions
authorWalter Dörwald <walter@livinglogic.de>
Mon, 19 Jun 2006 08:07:50 +0000 (08:07 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 19 Jun 2006 08:07:50 +0000 (08:07 +0000)
commit4994d9546c723c01c2f4b34a401c544c859d3404
tree92805448d61e0ad9ae61452c93e01522d40a9acc
parent43bc3788c0333b5d6230a5a28885b2fa70b42a86
Patch #1506645: add Python wrappers for the curses functions
is_term_resized, resize_term and resizeterm. This uses three
separate configure checks (one for each function).
Lib/test/test_curses.py
Misc/NEWS
Modules/_cursesmodule.c
configure
configure.in
pyconfig.h.in