This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- readline-6.1.old/examples/rlfe/rlfe.c +++ readline-6.1/examples/rlfe/rlfe.c @@ -257,8 +257,13 @@ int do_emphasize_input = 1; int current_emphasize_input; +#ifdef USEBOLD char *start_input_mode = "\033[1m"; -char *end_input_mode = "\033[0m"; +char *end_input_mode = "\033[0m"; +#else +char *start_input_mode = ""; +char *end_input_mode = ""; +#endif int num_keys = 0;