Attempts to interpret this token as a DECSCUSR cursor style sequence (ESC [ n SP q).
[NullableContext((byte)1)]
public static bool TryGetCursorStyle(this CsiToken token, scoped out AnsiCursorStyle style)
The token to inspect.
The parsed cursor style.
true if the token is a cursor style sequence and the value is in-range; otherwise false.