Describes terminal capabilities detected by the backend.
[NullableContext((byte)2)]
[Nullable((byte)0)]
public sealed class TerminalCapabilities
kind:method, kind:property, kind:ctor. Press Esc to clear.ColorLevelGets the detected color capability level.IsInputRedirectedGets a value indicating whether input is redirected (not a terminal/tty).SupportsAlternateScreenGets a value indicating whether the alternate screen buffer is supported.SupportsBeepGets a value indicating whether an audible beep is supported.SupportsBufferSizeGets a value indicating whether the buffer size can be queried.SupportsClipboardGets a value indicating whether the system clipboard can be accessed (best effort).SupportsClipboardSetGets a value indicating whether clipboard text can be set.SupportsCursorPositionGetGets a value indicating whether cursor position can be retrieved.SupportsMouseGets a value indicating whether mouse reporting can be enabled and decoded.SupportsPrivateModesGets a value indicating whether DEC private modes (CSI ? ... h/l) should be emitted.SupportsTitleGetGets a value indicating whether the terminal title can be retrieved.SupportsWindowSizeGets a value indicating whether the window size can be queried.