diff src/input.cc @ 6489:39eb39d67dd8

[project @ 2007-04-04 18:59:19 by jwe]
author jwe
date Wed, 04 Apr 2007 18:59:19 +0000
parents b3c37bc17c5f
children 687ae48b2253
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -780,7 +780,7 @@
 
   while (1)
     {
-      std::string input_buf = interactive_input (prompt_string);
+      std::string input_buf = interactive_input (prompt_string, false, true);
 
       if (input_buf == "yes")
 	return true;