jcjordyn140 / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Mousewheel overreporting #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinTTY currently takes the Windows lines per wheel notch setting into
account when sending mousewheel events, i.e. by default it sends three
events per notch. This does not work well with apps such as vim (with ':set
mouse=a') that activate application mouse mode, which only expect one event
per notch and multiply that themselves. As a result, vim ends up scrolling
by nine lines per notch, and by three pages instead of one when holding Shift.

The three-page problem also applies to scrollback scrolling and to
non-mouse-mode apps.

Original issue reported on code.google.com by andy.koppe on 29 Jan 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Fixed in r146 on 0.3 branch.

Original comment by andy.koppe on 30 Jan 2009 at 7:20

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 14 Mar 2009 at 2:52