On Sat, May 11, 2019 at 09:39:26PM +0200, Bram Moolenaar wrote: > > > On Sat, May 11, 2019 at 01:10:04PM +0200, Bram Moolenaar wrote: > > > > > > > On Fri, May 10, 2019 at 09:57:09PM +0200, Bram Moolenaar wrote: > > > > > > git bisect finds this. However I tried again and it finds 1265. > > > > > > Perhaps > > > > > > I need to clean the workspace between each run. So I tried again > > > > > > and it > > > > > > finds 1265 again. And reverting that patch (including 1-1264, > > > > > > 1266-1312) > > > > > > the issue is gone. > > > > > > > > > > > > Also I notice that 'set ttymouse=xterm' restores mouse support, > > > > > > although > > > > > > it was already xterm. > > > > > > > > > > Strange. So, what is broken, how to reproduce? Start with "vim > > > > > --clean". > > > > > > > > That's simple: > > > > > > > > 1. be inside tmux > > > > 2. vim --clean -c 'set mouse=a' > > > > > > > > The mouse support is not enabled. > > > > > > > > 3. :set ttymouse=xterm > > > > > > > > The mouse support is now enabled. > > > > > > > > tmux 2.9a running inside gnome-terminal 3.32.2 on Arch Linux. > > > > > > > > This is my vim --version: > > > > > > > > VIM - Vi IMproved 8.1 (2018 May 18, compiled May 7 2019 19:54:58) > > > > Included patches: 1-1290 > > [...] > > > > I'm using the same mouse features, and for me it does not happen. > > > What is $TERM set to? It should be "screen" or "tmux". > > > > weird. It's tmux-256color. > > > > The following patch will fix the issue: > > > > [...] > > Thanks for the hint. I think the actual fix is inside > set_mouse_termcode() and del_mouse_termcode(). Please try again after > the next patch.
It's fixed, thanks! -- Best regards, lilydjwg -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20190513053812.GA14350%40lilyforest.localdomain. For more options, visit https://groups.google.com/d/optout.
