]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0872: no mouse scroll with a terminal window v8.0.0872
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 17:34:47 +0000 (19:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 17:34:47 +0000 (19:34 +0200)
commit98fd66d311a62133c835307dc7692763dfa32c69
tree478b884a33d599ca23ff69f50bdb4a5afe4144f4
parent086d535f775da1abc557f5f28d101ff3308dc18f
patch 8.0.0872: no mouse scroll with a terminal window

Problem:    Using mouse scroll while a terminal window has focus and the mouse
            pointer is on another window does not work.  Same for focus in a
            non-terminal window ahd the mouse pointer is over a terminal
            window.
Solution:   Send the scroll action to the right window.
src/normal.c
src/proto/terminal.pro
src/terminal.c
src/version.c