Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
There are various forms of xterm-style mouse reporting, enabled by different escape sequences, and supporting different levels of functionality.
One type not yet supported by PuTTY is enabled by the escape sequence ESC[?1003h, and its distinguishing feature is that it reports plain mouse motions (i.e. ones with no button held down, so that they're not drags) in the terminal window.
Apparently vim uses this to support mouse-hovering tooltips.
A user sent a link to a reasonable-looking start at an implementation (though, as of 2022-03-05, still full of unfinished-looking comments with 'TODO' in them).