|
From: Petr M. <mi...@ph...> - 2010-01-29 10:03:07
|
> Anyway the problem wgnuplot+wxt+pause mouse does not work now.
> I have remembered that my personal trial to treat wgnuplot+wxt+pause mouse
> issue was failed in this point.
Please try the hint in my previous email with
if (0) {
> I have one point to ask about the wxt terminal. Is there any way to detect whether the wxt graph
> window is active or not.
This:
if (!strcmp(term->name, "wxt")) {
---
PM
|