Hi all,

i want to have mouse support for vim if it runs in urxvt v9.15.

To achieve this i downloaded the latest version of vim which includes
the latest patches along with mouse support for urxvt and compiled
it. After that

    vim --version | grep urxvt

yields 

    +mouse_urxvt +mouse_xterm +multi_byte +multi_lang -mzscheme
    +netbeans_intg 

So i tested the mouse in vim (and set ttym=urxvt, mousemodel=extend
and mouse=a inside vim) and observed strange actions in response of
mouse events compared with ':h mouse-overview'. For instance :

   insert mode: single left click => cursor moves to position of the
                                     mouse pointer
                single right click => leave insert mode

   normal mode: single left click => make nothing
                single right click => make nothing

   visual mode: single left click => leave visual mode
                single right click => leave visual mode

Does anybody observe similar mouse behavior for vim in conjunction with
urxvt or even has a solution to this problem?

With best regards and thanks for your time

Johannes

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to