Home | History | Annotate | Download | only in libedit

Lines Matching defs:terminal_tputs

221 static void	terminal_tputs(EditLine *, const char *, int);
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
520 terminal_tputs(el, Str(T_up), 1);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
701 terminal_tputs(el, Str(T_dm), 1);
705 terminal_tputs(el, Str(T_dc), 1);
708 terminal_tputs(el, Str(T_ed), 1);
738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
744 terminal_tputs(el, Str(T_im), 1);
752 terminal_tputs(el, Str(T_ip), 1);
754 terminal_tputs(el, Str(T_ei), 1);
759 terminal_tputs(el, Str(T_ic), 1);
766 terminal_tputs(el, Str(T_ip), 1);
782 terminal_tputs(el, Str(T_ce), 1);
800 terminal_tputs(el, Str(T_cl), Val(T_li));
802 terminal_tputs(el, Str(T_ho), Val(T_li)); /* home */
804 terminal_tputs(el, Str(T_cd), Val(T_li));
820 terminal_tputs(el, Str(T_bl), 1);
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt)
1576 terminal_tputs(el, scap, 1);
1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);