|
From: Petr M. <mi...@ph...> - 2005-07-20 12:24:16
|
>> and do it also when driven via pipe (OS/2, Windows, ...). The only exception >> is the X11 terminal when gnuplot runs in pipe. > > Are there any mousable terminals other than those three? ggi (I never tried) I wonder that Aqua does not have mousing capability. >> I propose to switch on mouse also for this combination. >> That would make many people happy and gnuplot behaviour compatible. > > I do not know the history of this choice, but changing to a default of > "on" would be OK by me. Let's do it. Would it be sufficient to remove "mouse_setting.on || " from below or something more is necessary? #define X11_ALLOW_EVENTS (mouse_setting.on || isatty_state) --- PM |