|
From: Tim H. <tim...@un...> - 2009-02-06 23:41:08
|
Consider the script (run with CVS version) plot x**2 pause mouse any plot changes focus to graph window. In wgnuplot.exe the pause command is finished on key press even though the graph window is in focus. In gnuplot.exe this doesn't work. I have to set focus back to the console window before pause can be ended. "pause <time>" times out as it should. But "pause -1" and all "pause mouse" commands require manually switching back to the console. I also noticed that plot changes the focus to the graph window only when gnuplot.exe is called with a scriptfile. In interactive operation the focus stays on the the console window. Is this different behaviour intended? Tim |