isTerminal property

  1. @override
bool isTerminal
final

Whether the remote socket should be treated as a locally interrogable terminal surface.

Raw TCP clients can render ANSI output, but they do not reliably support terminal report queries like OSC 10/11/12 or DA1. Keeping this false suppresses startup probing and other terminal-report requests.

Implementation

@override
final bool isTerminal;