]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2032: cannot get mouse click pos for tab or virt text v9.0.2032
authorzeertzjq <zeertzjq@outlook.com>
Sun, 15 Oct 2023 08:03:30 +0000 (10:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Oct 2023 08:03:30 +0000 (10:03 +0200)
commitf5a94d5165bb9e390797da50a1fa7a87df3fbee4
tree58f053e16666c59dd5940d80289caf22f078c6ab
parent3c81f47a0584e7915217397fed0488091a62df82
patch 9.0.2032: cannot get mouse click pos for tab or virt text

Problem:  Cannot accurately get mouse clicking position when clicking on
          a TAB or with virtual text.
Solution: Add a "coladd" field to getmousepos() result.

closes: #13335

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
runtime/doc/builtin.txt
src/beval.c
src/mouse.c
src/move.c
src/proto/mouse.pro
src/testdir/test_functions.vim
src/testdir/test_popupwin.vim
src/version.c