summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2000-12-22 21:57:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2000-12-22 21:57:33 (GMT)
commit1a86cbbc3203caa11a35795fb69b1c362ecc6ca9 (patch)
tree9a06ab37c8a84b07fa0d3bb4f99196137a84eb92 /Modules/Setup.dist
parent7b59ed2ebdeff477c1cac90a00cf5769a43c62f5 (diff)
downloadcpython-1a86cbbc3203caa11a35795fb69b1c362ecc6ca9.zip
cpython-1a86cbbc3203caa11a35795fb69b1c362ecc6ca9.tar.gz
cpython-1a86cbbc3203caa11a35795fb69b1c362ecc6ca9.tar.bz2
Add _curses_panel to Setup
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index f715efd..e46eca4 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -321,7 +321,8 @@ rotor rotormodule.c # enigma-inspired encryption
# -L/usr/5lib before -lcurses).
#_curses _cursesmodule.c -lcurses -ltermcap
-
+# Wrapper for the panel library that's part of ncurses and SYSV curses.
+#_curses_panel _curses_panel.c -lpanel -lncurses
# Tommy Burnette's 'new' module (creates new empty objects of certain kinds):