Term2::MouseReader
MouseReader handles parsing mouse events from terminal input.
This class parses both SGR (modern) and legacy X10 mouse protocols.
SGR format: \e[<code;x;y[Mm]
Legacy format: \e[Mbxy
The reader maintains an internal buffer to handle partial sequences.
Instance methods
Check if the given buffer contains a complete mouse event