diff src/input.h @ 7409:73036cdd855d

[project @ 2008-01-22 20:31:59 by jwe]
author jwe
date Tue, 22 Jan 2008 20:32:00 +0000
parents a1dbe9d80eee
children 905bceea061b
line wrap: on
line diff
--- a/src/input.h	Tue Jan 22 19:42:48 2008 +0000
+++ b/src/input.h	Tue Jan 22 20:32:00 2008 +0000
@@ -84,6 +84,10 @@
 // TRUE after a call to completion_matches.
 extern bool octave_completion_matches_called;
 
+// TRUE if the plotting system has requested a call to drawnow at
+// the next user prompt.
+extern bool Vdrawnow_requested;
+
 extern std::string gnu_readline (const std::string& s, bool force_readline = false);
 
 extern void initialize_command_input (void);