summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-25 14:14:30 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-25 14:14:30 (GMT)
commitd79c33a47b45f37ff7c3cbda6a964121423970f6 (patch)
tree774ecfdb2218318350047c6aeb219493758050b7 /Doc/lib/libcurses.tex
parentb00adfbd83147647d3cb27f75429a928d74a3f3b (diff)
downloadcpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.zip
cpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.tar.gz
cpython-d79c33a47b45f37ff7c3cbda6a964121423970f6.tar.bz2
Minor cleanups, wrap long lines.
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r--Doc/lib/libcurses.tex13
1 files changed, 6 insertions, 7 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex
index c3eb477..eacc8e1 100644
--- a/Doc/lib/libcurses.tex
+++ b/Doc/lib/libcurses.tex
@@ -7,7 +7,7 @@
\modulesynopsis{An interface to the curses library.}
\versionadded{1.6}
-The \module{curses} module provides an interface to the curses \UNIX{}
+The \module{curses} module provides an interface to the curses
library, the de-facto standard for portable advanced terminal
handling.
@@ -15,7 +15,7 @@ While curses is most widely used in the \UNIX{} environment, versions
are available for DOS, OS/2, and possibly other systems as well. This
extension module is designed to match the API of ncurses, an
open-source curses library hosted on Linux and the BSD variants of
-Unix.
+\UNIX.
\begin{seealso}
\seemodule{curses.ascii}{Utilities for working with \ASCII{}
@@ -26,11 +26,10 @@ Unix.
\seemodule{curses.wrapper}{Convenience function to ensure proper
terminal setup and resetting on
application entry and exit.}
- \seetext{Tutorial material on using curses with Python is available
- on the Python Web site as Andrew Kuchling's
-\citetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
- Programming with Python}, at
- \url{http://www.python.org/doc/howto/curses/curses.html}.}
+ \seetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
+ Programming with Python}{Tutorial material on using curses
+ with Python, by Andrew Kuchling, is available on the
+ Python Web site.}
\end{seealso}