This is the mail archive of the cygwin-patches@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Mouse support


"Town, Brad" wrote:
> I tried adding a member variable to fhandler_console to flag
> whether or not the mouse should be used, but it gets called by a different
> instance of fhandler_console.
> 
> My enable/disable code works if the mouse flag is a global static variable,
> but I don't think that's the Right Thing to Do.  Hints?

Sure. Create the member variable again and care for copying it
to the next instance via fhandler_console::dup(). I guess that
should work.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.
mailto:vinschen@redhat.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]