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

Mouse wheel events not propagated #40

Open
GoogleCodeExporter opened this issue Sep 14, 2015 · 3 comments
Open

Mouse wheel events not propagated #40

GoogleCodeExporter opened this issue Sep 14, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

1. Connect to a server
2. Run application with mouse wheel support (I used vim but mc and other apps 
should work)
3. Ensure that mouse support is on (ex. in vim enter ":set mouse=a")
4. If using vim: Open a file larger than 1 screen
5. If using vim: Use mouse wheel to scroll the text

The document/application should be scrolled (like if you pressed pgUp/pgDn).
Instead the whole terminal buffer is scrolled (like if you scrolled the 
windows's scrollbar).
If you do this with CTRL on then font is resized (what if I wanted to scroll 
with Ctrl flag set on?).

Windows 7, FuTTY-2012-06-22

Original issue reported on code.google.com by maciej.w...@gmail.com on 24 Jun 2013 at 7:14

@GoogleCodeExporter
Copy link
Author

PuTTY is the same way right?  I think it is.. But it should work like you say. 
I'll try to steal some code from another project like mintty where I know it 
works.

Original comment by FireEgl on 31 Aug 2013 at 8:12

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I'll check that but if I remember this correctly then original putty since some 
revision works correctly... That is sends events instead of scrolling the bar.
Note that there are utilities and drivers that are sending scrollbar events 
instead of mouse events.

Original comment by maciej.w...@gmail.com on 31 Aug 2013 at 8:17

@GoogleCodeExporter
Copy link
Author

Hi, 
Sorry for false issue reporting. I've just verified it and it works fine in 
futty 2013-09-01.
Issue to be closed.

Original comment by maciej.w...@gmail.com on 4 Sep 2013 at 6:35

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