caidongyun / futty

Automatically exported from code.google.com/p/futty
Other
0 stars 1 forks source link

Mouse wheel events not propagated #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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