@nightgrey/ansi
    Preparing search index...

    Variable HighlightMouseModeConst

    HighlightMouseMode: DECMode = ...

    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 CxCy
    CSI T CxCyCxCyCxCy

    Where the parameters are startx, starty, endx, endy, mousex, and mousey.