has_ic(3cur) ultrix man page | unix.com

Man Page: has_ic

Operating Environment: ultrix

Section: 3cur

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)
Related Man Pages
has_ic(3xcurses) - sunos
addstr(3cur) - ultrix
mvwaddch(3cur) - ultrix
mvwgetch(3cur) - ultrix
waddstr(3cur) - ultrix
Similar Topics in the Unix Linux Community
including libraries in Makefile.am
Replacing whole string starting with specific works
True random numbers in Sol10
Find command + replace the extension (.xxx) by *
Calling subscript with sh vs. ksh