summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-08-13 23:11:04 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-08-13 23:11:04 (GMT)
commit69f31eb80c86f74cf35ae313870f87b6611293fa (patch)
tree16babeca0ce1b9f6d59c37ac730d0dd17b5defb8 /Doc/whatsnew
parenta54b92b2ebcbaaa4b7f77ff411a73a820522a67b (diff)
downloadcpython-69f31eb80c86f74cf35ae313870f87b6611293fa.zip
cpython-69f31eb80c86f74cf35ae313870f87b6611293fa.tar.gz
cpython-69f31eb80c86f74cf35ae313870f87b6611293fa.tar.bz2
[Patch #739124] Add use_default_colors() to curses module
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew24.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index e49825f..2f0df30 100644
--- a/Doc/whatsnew/whatsnew24.tex
+++ b/Doc/whatsnew/whatsnew24.tex
@@ -69,8 +69,11 @@ details.
\begin{itemize}
-\item Descriptions go here.
-
+\item The \module{curses} modules now supports the ncurses extension
+ \function{use_default_colors()}. On platforms where the terminal
+ supports transparency, this makes it possible to use a transparent background.
+ (Contributed by J\"org Lehmann.)
+
\end{itemize}