diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 18:49:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 18:49:09 (GMT) |
commit | cfac6d23fd4e8a95f1dd36eeb877765248788b84 (patch) | |
tree | e571f5343fc1c55a5da88e4fad2e4ec91e5bdac2 /Doc | |
parent | 6fda3ac474fb5766f13e0aec9003647ff92f60ef (diff) | |
download | cpython-cfac6d23fd4e8a95f1dd36eeb877765248788b84.zip cpython-cfac6d23fd4e8a95f1dd36eeb877765248788b84.tar.gz cpython-cfac6d23fd4e8a95f1dd36eeb877765248788b84.tar.bz2 |
Normalize tabs to spaces.
Update the attribution for the "Curses Programming with Python" How-To.
Change the way the reference to the Demo/curses/ directory is marked up.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcurses.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index 89c4161..ef4444a 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -27,15 +27,17 @@ open-source curses library hosted on Linux and the BSD variants of \seemodule{curses.panel}{A panel stack extension that adds depth to curses windows.} \seemodule{curses.textpad}{Editable text widget for curses supporting - \program{Emacs}-like bindings.} + \program{Emacs}-like bindings.} \seemodule{curses.wrapper}{Convenience function to ensure proper terminal setup and resetting on application entry and exit.} \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.} - \seetitle[Demo/curses]{}{Some example programs.} + with Python, by Andrew Kuchling and Eric Raymond, is + available on the Python Web site.} + \seetext{The \file{Demo/curses/} directory in the Python source + distribution contains some example programs using the + curses bindings provided by this module.} \end{seealso} |