Const
X10 Mouse Mode is a mode that determines whether the mouse reports on button presses.
The terminal responds with the following encoding:
CSI M CbCxCy Copy
CSI M CbCxCy
Where Cb is the button-1, where it can be 1, 2, or 3. Cx and Cy are the x and y coordinates of the mouse event.
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Mouse-Tracking
X10 Mouse Mode is a mode that determines whether the mouse reports on button presses.
The terminal responds with the following encoding:
Where Cb is the button-1, where it can be 1, 2, or 3. Cx and Cy are the x and y coordinates of the mouse event.