terminal_tputs
terminal_tputs(el, scap, 1);
terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);
static void terminal_tputs(EditLine *, const char *, int);
terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
terminal_tputs(el, Str(T_up), 1);
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, Str(T_dm), 1);
terminal_tputs(el, Str(T_dc), 1);
terminal_tputs(el, Str(T_ed), 1);
terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
terminal_tputs(el, Str(T_im), 1);
terminal_tputs(el, Str(T_ip), 1);
terminal_tputs(el, Str(T_ei), 1);
terminal_tputs(el, Str(T_ic), 1);
terminal_tputs(el, Str(T_ip), 1);
terminal_tputs(el, Str(T_ce), 1);
terminal_tputs(el, Str(T_cl), Val(T_li));
terminal_tputs(el, Str(T_ho), Val(T_li)); /* home */
terminal_tputs(el, Str(T_cd), Val(T_li));
terminal_tputs(el, Str(T_bl), 1);