summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2006-06-19 08:07:50 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2006-06-19 08:07:50 (GMT)
commit4994d9546c723c01c2f4b34a401c544c859d3404 (patch)
tree92805448d61e0ad9ae61452c93e01522d40a9acc /Misc/NEWS
parent43bc3788c0333b5d6230a5a28885b2fa70b42a86 (diff)
downloadcpython-4994d9546c723c01c2f4b34a401c544c859d3404.zip
cpython-4994d9546c723c01c2f4b34a401c544c859d3404.tar.gz
cpython-4994d9546c723c01c2f4b34a401c544c859d3404.tar.bz2
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).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d690117..3b8e22c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -163,6 +163,8 @@ Extension Modules
- Patch #1446489: add support for the ZIP64 extensions to zipfile.
+- Patch #1506645: add Python wrappers for the curses functions
+ is_term_resized, resize_term and resizeterm.
Library
-------