Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dterminal.h56 #define TERM_CAN_CEOL 0x004 /* Has CEOL cap */ macro
117 #define EL_CAN_CEOL (EL_FLAGS & TERM_CAN_CEOL)
H A Dterminal.c240 EL_FLAGS |= GoodStr(T_ce) ? TERM_CAN_CEOL : 0; in terminal_setflags()