HPlogo MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES

has_ic has_il

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The has_ic and has_il routines are used to determine insert and delete a character or line capability.

Syntax

   #include <curses.h>



   bool has_ic();

   bool has_il();

Return Values

TRUE

Terminal has insert and delete capability.

FALSE

Terminal does not have insert and delete capability.

Description

The has_ic() routine returns TRUE if the terminal has insert and delete character capability, and FALSE otherwise. Similarly, has_il() returns TRUE if the terminal has insert and delete line capability, and FALSE otherwise.

Implementation Considerations

Identical to XPG/3

Portability

HP-UX, UNIX System V, XPG/3

Feedback to webmaster