|
From: Petr M. <mi...@ph...> - 2004-03-25 18:24:38
|
There is yet another bug in x11 terminal, and it looks like to be there since at least 2000. Under OS/2, if I do set terminal x11 persist plot x quit then gnuplot does not quit but waits until I "q" in the x11 terminal or I kill it. Somebody knows where to find this problem? Also, I've noticed that OS/2 has obviously never passed command line arguments to gnuplot_x11. In x11.trm, routine X11_args() is launching executable of gnuplot_x11, and there is an OS/2 code with popen(X11_command), while others have execvpe(X11_command, optvec). Strange, optvec contains garbage under OS/2. I couldn't find why. --- Petr Mikulik |