Describe the bug
Like title, drag on the window split bar is do not work when vim run in tmux.
note:
To Reproduce
vim --cleanset mouse=asplitExpected behavior
the window do not resize when drag mouse
Environment (please complete the following information):
Additional context
tmux 3.1 use with default config.
I can't reproduce:

Dragging the status line of the top Vim window with the mouse correctly resizes its height.
Try to reproduce on tmux master, and without any tmux config:
$ tmux -Lx -f/dev/null
Try setting :set ttymouse=sgr.
Try setting
:set ttymouse=sgr.
this settings let mouse drag work fine in tmux, thanks k-takata !
Most helpful comment
Try setting
:set ttymouse=sgr.