Const
Highlight Mouse Tracking is a mode that determines whether the mouse reports on button presses, releases, and highlighted cells.
It uses the same encoding as NormalMouseMode with a few differences:
On highlight events, the terminal responds with the following encoding:
CSI t CxCyCSI T CxCyCxCyCxCy Copy
CSI t CxCyCSI T CxCyCxCyCxCy
Where the parameters are startx, starty, endx, endy, mousex, and mousey.
Highlight Mouse Tracking is a mode that determines whether the mouse reports on button presses, releases, and highlighted cells.
It uses the same encoding as NormalMouseMode with a few differences:
On highlight events, the terminal responds with the following encoding:
Where the parameters are startx, starty, endx, endy, mousex, and mousey.