Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
Release Notes for HP-UX 10.30: HP 9000 Computers > Chapter 7 Other Operating System and Subsystem Changes

Curses for 10.01

» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

The HP proprietary curses library (-lcurses, -ltermcap, and -ltermlib) continue to be supported as the default on HP-UX 10.01. Future releases of HP-UX will feature a new X/OPEN compliant curses library and the HP proprietary curses library will eventually be deprecated and then replaced. HP-UX 10.01 does have a color curses library (-lcur_colr) which has some of the features of the future X/OPEN compliant library. HP recommends that only applications that need functionality provided by the color curses library, but not the HP proprietary library (for example, displaying colors to the screen), should port to the color curses library at this time.

Example: Linking to the HP proprietary library

cc foo.c -lcurses

Example: Linking to the color curses library

cc foo.c -I/usr/include/curses_colr -lcur_colr
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1997, Hewlett-Packard Development Company, L.P.