Fix detection of RL_PROMPT_*_IGNORE macros. #202
dark-panda
commented
Nov 9, 2012
Any chance this could be merged in to trunk? It would be nice to have colourized prompts available in irb without having to apply custom patches. |
I'm closing this, please refer to Bug #7397 in redmine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mkmf doesn't create HAVE_X definitions, so HAVE_RL_PROMPT_START_IGNORE
and HAVE_RL_PROMPT_END_IGNORE don't actually get defined by
ext/readline/extconf.rb. Instead, we should detect for
RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNORE directly.