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

/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Drlfe.c256 char *end_input_mode = "\033[0m"; variable
265 fprintf (rl_outstream, on ? start_input_mode : end_input_mode);
656 prompt = malloc (buf_count + strlen (end_input_mode)
659 end_input_mode,

Completed in 60 milliseconds