ppuuttpp() -- terminfo Function

Write a string into the standard window
#iinncclluuddee <ccuurrsseess.hh>
ppuuttpp(_s_t_r_i_n_g)
cchhaarr *_s_t_r_i_n_g;

COHERENT  comes  with  a set  of  functions  that  help  you read  tteerrmmiinnffoo
descriptions to  manipulate a terminal.  ppuuttpp() writes  the _s_t_r_i_n_g into the
standard window.  It is equivalent to ttppuuttss(_s_t_r_i_n_g, 11, ppuuttcchhaarr);.

_S_e_e _A_l_s_o

curses.h, terminfo, tputs()
