On 2007-04-23, sun <[EMAIL PROTECTED]> wrote:

> > If it's a Cygwin build, you may need to make sure that Cygwin can get mouse
> > actions (which may need running the gpm daemon, or something) and that Vim 
> > has
> > the corresponding feature (such as +mouse_gpm or +mouse_xterm) compiled-in.
> >
> >
> > Best regards,
> > Tony.

>  hi, but how do I know whether my Cygwin support the mouse or how to
>  make it support.

You can find out either by executing

    :version

within vim or by executing

    vim --version

at the bash prompt.  My Cygwin vim :version report includes the
following:

    +mouse
    -mouseshape
    +mouse_dec
    -mouse_gpm
    -mouse_jsbterm
    +mouse_netterm
    +mouse_xterm

and the mouse doesn't work for me, either, in neither rxvt locally
nor in xterm over an ssh connection.  Unfortunately, I don't have
the time to investigate it further at the moment.

The :version command reports features that are enabled or disabled
at compile time.  The only way to enable or disable any of these
features is to recompile vim.

To find out more about any of those features, execute ":help"
followed by the + version of the feature name, e.g.,

    :help +mouse

HTH,
Gary

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]     | Mobile Broadband Division
                             | Spokane, Washington, USA

Reply via email to