Searched refs:TERM_CAN_CEOL (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libedit/
H A Dterminal.h57 #define TERM_CAN_CEOL 0x004 /* Has CEOL cap */ macro
117 #define EL_CAN_CEOL (EL_FLAGS & TERM_CAN_CEOL)
H A Dterminal.c223 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0;

Completed in 202 milliseconds