Percent '%' is now a prompt character.

git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@46 6619c942-59fa-0310-bf43-a07aaa81d9ac
This commit is contained in:
dcoombs 1998-11-15 02:48:43 +00:00
parent 5c0dbb5514
commit 608d35392a
1 changed files with 1 additions and 1 deletions

View File

@ -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.