Property IsSupported
IsSupported
Gets or sets whether the terminal responded to the kitty keyboard protocol query. If true the terminal supports the kitty keyboard protocol. This does not necessarily indicate that any particular flags are supported, or that the support has been enabled, only that the terminal responded to the query and is therefore capable of supporting the protocol.
public bool IsSupported { get; set; }