]> granicus.if.org Git - vim/commit
patch 8.1.1136: decoding of mouse click escape sequence is not tested v8.1.1136
authorBram Moolenaar <Bram@vim.org>
Sun, 7 Apr 2019 12:21:47 +0000 (14:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 7 Apr 2019 12:21:47 +0000 (14:21 +0200)
commit905dd905debfde403b2a18178ccc1f8e118f4f2b
tree09a0e040e2c2aeafd22d26c15294ea876f0006ba
parentd85c396d5149a87677e30742f92b2ecfe28af8a6
patch 8.1.1136: decoding of mouse click escape sequence is not tested

Problem:    Decoding of mouse click escape sequence is not tested.
Solution:   Add a test for xterm and SGR using low-level input.  Make
            low-level input execution with feedkeys() work.
src/evalfunc.c
src/ex_docmd.c
src/testdir/Make_all.mak
src/testdir/test_termcodes.vim [new file with mode: 0644]
src/version.c