diff --git a/wvdialbrain.cc b/wvdialbrain.cc index 78e3633..f9c4d50 100644 --- a/wvdialbrain.cc +++ b/wvdialbrain.cc @@ -157,7 +157,7 @@ bool WvDialBrain::is_prompt( const char * c, // looking for a SPECIFIC prompt that contains that string. { const char * cptr; - static const char * prompt_punct = ")>}]:.|-?$"; + static const char * prompt_punct = ")>}]:.|-?$%"; // if no promptstring was given, the search is simple: it is a // prompt if the last line ends in punctuation and no newline.