From 608d35392aeafe55c97070cc22264ff77d4b9180 Mon Sep 17 00:00:00 2001 From: dcoombs Date: Sun, 15 Nov 1998 02:48:43 +0000 Subject: [PATCH] Percent '%' is now a prompt character. git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@46 6619c942-59fa-0310-bf43-a07aaa81d9ac --- wvdialbrain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.