A mouse event using the SGR (Select Graphic Rendition) protocol.
The SGR protocol is the modern, preferred encoding for terminal mouse events.
It uses the format ESC[<Cb;Cx;CyM (press) or ESC[<Cb;Cx;Cym (release),
where the terminator character ('M' or 'm') distinguishes press from release.
A mouse event using the SGR (Select Graphic Rendition) protocol.
The SGR protocol is the modern, preferred encoding for terminal mouse events. It uses the format
ESC[<Cb;Cx;CyM(press) orESC[<Cb;Cx;Cym(release), where the terminator character ('M' or 'm') distinguishes press from release.Advantages over the legacy ESC protocol: