]> granicus.if.org Git - python/commitdiff
Add _curses_panel to Setup
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 21:57:33 +0000 (21:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 22 Dec 2000 21:57:33 +0000 (21:57 +0000)
Modules/Setup.dist

index f715efd9ae57ea902f126608867f6db50ef7a561..e46eca4bd1730e43036a4e74bd14bafc7a671c4d 100644 (file)
@@ -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):