Mouse support

Corinna Vinschen vinschen@redhat.com
Mon Dec 4 07:50:00 GMT 2000


"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


More information about the Cygwin-patches mailing list