Closed GoogleCodeExporter closed 9 years ago
This is supported already, and it works for me, but unfortunately there's an
issue with some mouse drivers, in particular touchpad ones, that stops it from
working. When those drivers see that a window has an inactive scrollbar, such
as you get when vim switches to the alternate screen, they don't bother
delivering mousewheel events to the window, so mintty never gets to know about
them.
The workaround for this is to disable the scrollbar, either permanently on the
'Window' pane of the options, or temporarily by sticking the following into
.vimrc:
let &t_ti.="\e[?30l"
let &t_te.="\e[?30h"
Original comment by andy.koppe
on 13 Jul 2010 at 7:10
Original comment by andy.koppe
on 18 Jul 2010 at 5:09
Original issue reported on code.google.com by
dbu...@gmail.com
on 13 Jul 2010 at 5:25