

tgetstr()         Terminal-Independent Operation        tgetstr()




Get termcap string entry

cchhaarr *ttggeettssttrr(_i_d, _a_r_e_a)
cchhaarr *_i_d, **_a_r_e_a;

tgetstr is one  of a set of functions that  help COHERENT to per-
form terminal-independent operations.   It reads the string value
of  feature name  from  the terminal's  tteerrmmccaapp description,  and
writes it into the buffer  at address area.  It also advances the
value of the pointer to area.

tgetstr  decodes the  abbreviations for  the  fields used  in the
termcap entry,  except for padding and  for cursor-addressing in-
formation.

***** Files *****

/eettcc/tteerrmmccaapp -- Terminal capabilities data base
/uussrr/lliibb/lliibbtteerrmm.aa -- Function library

***** See Also *****

termcap, terminal-independent operation

































COHERENT Lexicon                                           Page 1


