ttggoottoo() -- termcap Function (libterm)

Read/interpret termcap cursor-addressing string
cchhaarr *ttggoottoo(_c_m, _d_e_s_t_c_o_l, _d_e_s_t_l_i_n_e)
cchhaarr *_c_m; iinntt _s_c_r_c_o_l, _s_c_r_l_i_n_e;

ttggoottoo()  is  one  of a  set  of  functions  that  read a  tteerrmmccaapp  terminal
description.   It decodes  a cursor-addressing string  from the  _c_m tteerrmmccaapp
feature, and writes it onto the screen, at column _s_c_r_c_o_l and line _d_e_s_t_l_i_n_e.
ttggoottoo() uses the external variables UUPP  (from the uupp feature) and BBCC (if bbcc
is given rather than bbss) if  it is necessary to avoid placing \nn, <ccttrrll-DD>,
or <ccttrrll-@> into the returned string.  Programs calling ttggoottoo() should turn
off the XXTTAABBSS bits, as ttggoottoo() may write a tab.  If a `%' sequence is given
that is not understood, ttggoottoo() returns ``OOPS''.

_F_i_l_e_s
/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

_S_e_e _A_l_s_o
tteerrmmccaapp
