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