For long decades I was using Vim while being connected to a linux/unix server from windows machine via Putty. Then I was having Fedora 4 (or 5) as my main desktop for a 5 more years. And now, when I return back to Linux as a desktop os on my SBC it just drives me crazy, what kind of stupid mouse integration Vim is having by default. Good news is, it's really easy to fix:
echo "set mouse=" >> /etc/vim/vimrc
echo "set ttymouse=" >> /etc/vim/vimrc