Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mousewheel overreporting #50

Closed
GoogleCodeExporter opened this issue Apr 27, 2015 · 2 comments
Closed

Mousewheel overreporting #50

GoogleCodeExporter opened this issue Apr 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in r146 on 0.3 branch.

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant