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

Man Page: has_il

Operating Environment: ultrix

Section: 3cur

has_il(3cur)															      has_il(3cur)

Name
       has_il - determine whether insert/delete line is available

Syntax
       #include <cursesX.h>

       bool has_il()

Description
       This  function  will  return the value if the terminal has insert- and delete-line capabilities, or if it can simulate them using scrolling
       regions.  This function might be used to check if it would be appropriate to turn on physical scrolling using the routine.

       The routines and are always available in the library if the terminal does not have the required facilities.

Return Values
       This function returns TRUE if the terminal has insert line and delete line capabilities, or can simulate them using scrolling regions, oth-
       erwise it returns FALSE.

See Also
       deleteln(3cur), insertln(3cur), scrollok(3cur)

																      has_il(3cur)
Related Man Pages
has_ic(3xcurses) - sunos
addch(3cur) - ultrix
curs_termattrs(3x) - opendarwin
mvwaddch(3cur) - ultrix
waddstr(3cur) - ultrix
Similar Topics in the Unix Linux Community
Script allows user to kill other users: I'd like to know HOW...
Sun T5220 Firmware question
Randomize letters
Hicksd8 and the voting system
Printing string from last field of the nth line of file to start (or end) of each line (awk I think)