Home
last modified time | relevance | path

Searched refs:T_ic (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libedit/
H A Dterminal.c116 #define T_ic 13 macro
225 EL_FLAGS |= (GoodStr(T_im) || GoodStr(T_ic) || GoodStr(T_IC)) ? in terminal_setflags()
750 if ((num > 1) || !GoodStr(T_ic)) { in terminal_insertwrite()
772 if (GoodStr(T_ic)) /* have to make num chars insert */ in terminal_insertwrite()
773 terminal_tputs(el, Str(T_ic), 1); in terminal_insertwrite()