~vcs-imports/putty/master

Viewing all changes in revision 6641.

  • Committer: Simon Tatham
  • Author(s): Ben Jackson
  • Date: 2022-11-11 17:26:09 UTC
  • Revision ID: git-v1:3cfbd3df0f0e07282f3a45ccb58fa1df1ce08606
Support xterm any-event mouse tracking

From https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Any-event-tracking:

    Any-event mode is the same as button-event mode, except that all motion
    events are reported, even if no mouse button is down.  It is enabled by
    specifying 1003 to DECSET.

Normally the front ends only report mouse events when buttons are
pressed, so we introduce a MA_MOVE event with MBT_NOTHING set to
indicate such a mouse movement.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: