From: Daniel J S. <dan...@ie...> - 2007-05-31 22:32:36
|
Ethan Merritt wrote: > Yes. That's what it is intended to do, and it works fine. > Now type > > set term png > > and you will see that everything stops working. How much would it take to make gnuplot look for events from all terminals it has accessed? If gnuplot initializes a terminal, it can put that pointer on a linked list (could use dynarray). Then go through the list looking for events. Or is there more to switching terminals in that regard? Dan |