You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
Original issue reported on code.google.com by
maciej.w...@gmail.com
on 24 Jun 2013 at 7:14The text was updated successfully, but these errors were encountered: