changeset 6367:268bfc8a2755

[project @ 2007-02-28 20:16:05 by jwe]
author jwe
date Wed, 28 Feb 2007 20:16:05 +0000
parents 06f26e174fc9
children ec2a523713b5
files src/ChangeLog src/input.cc
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 28 19:16:49 2007 +0000
+++ b/src/ChangeLog	Wed Feb 28 20:16:05 2007 +0000
@@ -1,3 +1,8 @@
+2007-02-28  John W. Eaton  <jwe@octave.org>
+
+	* input.cc (interactive_input): Also call flush_octave_stdout
+	after calling drawnow.
+
 2007-02-27  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (uninstall): Also remove octave-$(version)$(EXEEXT), 
--- a/src/input.cc	Wed Feb 28 19:16:49 2007 +0000
+++ b/src/input.cc	Wed Feb 28 20:16:05 2007 +0000
@@ -221,6 +221,8 @@
     {
       feval ("drawnow");
 
+      flush_octave_stdout ();
+
       // We set Vdrawnow_requested to false even if there is an error
       // in drawnow so that the error doesn't reappear at every prompt.