|
From: Hans-Bernhard B. <br...@ph...> - 2005-07-29 11:47:34
|
Petr Mikulik wrote:
> 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.
|