Home
last modified time | relevance | path

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

/netbsd/lib/libedit/
H A Dterminal.h54 #define TERM_CAN_INSERT 0x001 /* Has insert cap */ macro
115 #define EL_CAN_INSERT (EL_FLAGS & TERM_CAN_INSERT)
H A Dterminal.c243 TERM_CAN_INSERT : 0; in terminal_setflags()