Hi, On Thu, May 22, 2014 at 06:14:46PM +0200, Bram Moolenaar wrote: > Patch 7.4.305 > Problem: Making 'ttymouse' empty after the xterm version was requested > causes problems. (Elijah Griffin) > Solution: Do not check for DEC mouse sequences when the xterm version was > requested. Also don't request the xterm version when DEC mouse > was enabled. > Files: src/term.c, src/os_unix.c, src/proto/term.pro, src/globals.h
This patch makes vim stop requesting termresponse altogether if ttymouse is explicitly set in .vimrc (in my case to urxvt), which causes some problems (https://github.com/kien/ctrlp.vim/issues/579). Is that intended? Would it perhaps be possible to request xterm version first and only then check/enable mouse? -- Tomáš Janoušek, a.k.a. Liskni_si, http://work.lisk.in/ -- -- 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]. For more options, visit https://groups.google.com/d/optout.
