ttppaarrmm() -- terminfo Function

Output a parameterized string
#iinncclluuddee <ccuurrsseess.hh>
ttppaarrmm(_s_t_r_i_n_g,_p_1..._p_9)
cchhaarr *_s_t_r_i_n_g, _p_a_r_m_1 ... _p_a_r_9;

COHERENT  comes  with  a  set  of  functions  that  let  you  use  tteerrmmiinnffoo
descriptions  to manipulate  a terminal.   ttppaarrmm() outputs  a parameterized
string.

A _p_a_r_a_m_e_t_e_r_i_z_e_d  _s_t_r_i_n_g is a string into which  parameters can be inserted,
as in a pprriinnttff() formatting string.  Under tteerrmmiinnffoo, a parameterized string
can hold  up to nine  parameters.  ttppaarrmm() expands  the parameters, inserts
them into the appropriate ``slots'' within the string, and then outputs the
string.

See the  Lexicon entry  on tteerrmmiinnffoo  for more information  on parameterized
strings.

ccuurrsseess.hh, tteerrmmiinnffoo, ttppuuttss()
