|
From: Jérôme L. <jer...@al...> - 2009-02-03 19:37:23
|
Le mardi 3 février 2009, Ethan A Merritt a écrit : > I haven't tried this new driver yet, but if I understood the earlier > description correctly, it probably suffers from exactly the same > problem as wxt on Mac. The event loop is in a thread, > and OSX does not like that. But we'll see. You are most probably right. However, this thread business was just a quick and dirty way to have the terminal working. Internally, all comunications between gnuplot core and the terminal itself are event based, so forking and using an IPC should be easy to implement. Jérôme |