| Solaris |
|
|
Note that there are differences between curses, nCurses, and the curses Python module:
- curses and libcurses: An old C library that simplifies interacting with the terminal.
- nCurses and libncurses: A newer, updated version of libcurses. Delivers the same functionality as curses. Has fewer bugs and some additional features over curses.
- curses (Python) module: A Python module providing the functionality delivered by curses/ncurses. This module can theoretically link against libcurses or libncurses.
Reasons to use Python:
Reasons to use C:
TBD:
How do we get SUNWPython packages linked against libncurses?
RECOMMENDATION: Use Python, but only if linked with libncurses rather than libcurses and appropriate support exists for the curses Python module
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.