tgoto
(void)strlcpy(sp, tgoto(sc_move, 0, 0),
(void)strlcpy(sp, tgoto(sc_move, 0, sc_height-1),
m = (char *) tgoto(CM, c, r);
CMsize = comp_tc(cmbuffer,tgoto(CM,20,20),0);
tputs(tgoto(CM,x,y),0,cmstore);
terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
terminal_tputs(el, tgoto(Str(T_RI), del, del),
terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
extern char* tgoto(const char*, int, int);
char * tgoto(const char *, int, int);