Const
SGR Extended Mouse Mode is a mode that changes the mouse tracking encoding to use SGR parameters.
The terminal responds with the following encoding:
CSI < Cb ; Cx ; Cy M Copy
CSI < Cb ; Cx ; Cy M
Where Cb is the same as NormalMouseMode, and Cx and Cy are the x and y.
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h2-Mouse-Tracking
SGR Extended Mouse Mode is a mode that changes the mouse tracking encoding to use SGR parameters.
The terminal responds with the following encoding:
Where Cb is the same as NormalMouseMode, and Cx and Cy are the x and y.