|
From: Jun T. <tak...@kb...> - 2015-08-28 16:49:32
|
2015/08/28 04:41, Ethan A Merritt <sf...@us...> wrote: > Patch 1 prevents "pause mouse" from returning prematurely With this patch "pause mouse" works now on my Mac. Thanks. But if I hit ^C in the console before closing the wxt window then gnuplot hangs. Is the SIGINT handler at the end of wxt_gui.cpp also used in the mono-threaded case? And --persist (without pause mouse) still doesn't work, for example $ echo 'set term wxt;plot sin(x)' | gnuplot -d -p quits immediately after opening the plot window. This may be due to that the forked child (without exec) does not work well on Mac. I guess supporting --persist on Mac would be rather difficult. |