HomeSort by: relevance | last modified time | path
    Searched refs:T_ic (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
terminal.c 131 #define T_ic 13
169 #define T_IC 32
242 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ?
735 if (GoodStr(T_IC)) /* if I have multiple insert */
736 if ((num > 1) || !GoodStr(T_ic)) {
738 terminal_tputs(el, tgoto(Str(T_IC), num, num), num);
758 if (GoodStr(T_ic)) /* have to make num chars insert */
759 terminal_tputs(el, Str(T_ic), 1);

Completed in 59 milliseconds