]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1598: cannot select text in a terminal with the mouse v8.0.1598
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Mar 2018 18:30:45 +0000 (19:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Mar 2018 18:30:45 +0000 (19:30 +0100)
commitc48369c3fc507f398abbc933a60f653c6abe6701
tree4c7f4a91eb8877c72c64ec0a615bfeac6064a50e
parente87303af3236b8fb5e1e3be4d0e2209344fbf8b2
patch 8.0.1598: cannot select text in a terminal with the mouse

Problem:    Cannot select text in a terminal with the mouse.
Solution:   When a job in a terminal is not consuming mouse events, use them
            for modeless selection.  Also stop Insert mode when clicking in a
            terminal window.
src/libvterm/include/vterm.h
src/libvterm/src/state.c
src/libvterm/src/vterm_internal.h
src/proto/terminal.pro
src/terminal.c
src/ui.c
src/version.c