summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
commitf8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch)
treef777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libcurses.tex
parent2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff)
downloadcpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index e3e94ad..d5a8c2b 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -1,10 +1,11 @@
\section{\module{curses} ---
- Screen painting and input handling for character-cell terminals}
+ Terminal handling for character-cell displays}
\declaremodule{standard}{curses}
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
\sectionauthor{Eric Raymond}{esr@thyrsus.com}
-\modulesynopsis{An interface to the curses library.}
+\modulesynopsis{An interface to the curses library, providing portable
+ terminal handling.}
\versionchanged[Added support for the \code{ncurses} library and
converted to a package]{1.6}