diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-12-22 22:06:43 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-12-22 22:06:43 (GMT) |
commit | 5caee408b81d035821c632f5ecc6dc459a3a5530 (patch) | |
tree | 8368421e20c78a8c111a05aecd5ce7f7966b91cb /Doc | |
parent | d7d2e199225e91c51b33ca80d4b339be8693bdc7 (diff) | |
download | cpython-5caee408b81d035821c632f5ecc6dc459a3a5530.zip cpython-5caee408b81d035821c632f5ecc6dc459a3a5530.tar.gz cpython-5caee408b81d035821c632f5ecc6dc459a3a5530.tar.bz2 |
Add 'see also' link to curses.panel
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcurses.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index d69b3a5..802a9f9 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -24,6 +24,8 @@ open-source curses library hosted on Linux and the BSD variants of \seemodule{curses.ascii}{Utilities for working with \ASCII{} characters, regardless of your locale settings.} + \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.} \seemodule{curses.wrapper}{Convenience function to ensure proper |