has_ic(3cur) has_ic(3cur) Name has_ic - determine whether insert/delete character available Syntax #include <cursesX.h> bool has_ic() Description True if the terminal has insert- and delete-character capabilities. The routines and are always available in the library if the terminal does not have the required capabilities. Return Values This function returns TRUE if the terminal has insert character and delete character capabilities, otherwise it returns FALSE. See Also delch(3cur), insch(3cur) has_ic(3cur)