|
From: Petr M. <mi...@ph...> - 2005-07-29 11:54:59
|
>> It looks that with this this removal from plot.c
>>
>> #ifdef PIPE_IPC
>> /* isatty_state is set here and nowhere else! (used in term/x11.trm) */
>> isatty_state = interactive;
>> if (!isatty_state) {
>> /* stdin is not from a tty --> Turn mouse off.
>> * can be turned on again, e.g. if the user
>> * wants to write on a pipe to gnuplot */
>> mouse_setting.on = 0;
>> }
>> #endif
>>
>> I can also remove all other occurencies of the variable "isatty_state"
>
> Then you didn't look very close, or you're silently assuming the context of
> an already modified source tree. The primary user of this variable is
> x11.trm, in the shape of macro X11_ALLOW_EVENTS. At least, it still was in
> the CVS source as of yesterday.
I did, but I didn't want to enclose the full patch. That variable is used
only if set in the above code in plot.c to be removed.
I enclose the complete patch.
---
PM |