comparison src/input.cc @ 7409:73036cdd855d

[project @ 2008-01-22 20:31:59 by jwe]
author jwe
date Tue, 22 Jan 2008 20:32:00 +0000
parents 745a8299c2b5
children d3fe4d466bc2
comparison
equal deleted inserted replaced
7408:246f905cb984 7409:73036cdd855d
139 // TRUE after a call to completion_matches. 139 // TRUE after a call to completion_matches.
140 bool octave_completion_matches_called = false; 140 bool octave_completion_matches_called = false;
141 141
142 // TRUE if the plotting system has requested a call to drawnow at 142 // TRUE if the plotting system has requested a call to drawnow at
143 // the next user prompt. 143 // the next user prompt.
144 static bool Vdrawnow_requested = false; 144 bool Vdrawnow_requested = false;
145 145
146 // TRUE if we are running in the Emacs GUD mode. 146 // TRUE if we are running in the Emacs GUD mode.
147 static bool Vgud_mode = false; 147 static bool Vgud_mode = false;
148 148
149 static void 149 static void