has_ic, has_il [ MPE/iX Developer's Kit Reference Manual Volume II ] MPE/iX 5.0 Documentation
MPE/iX Developer's Kit Reference Manual Volume II
has_ic, has_il
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
MPE/iX 5.0 Documentation