onPassthrough property

void Function(bool active) onPassthrough
final

Passthrough toggled: while true a program owns the terminal (the host should stop local line editing and relay raw bytes via sendRaw).

Implementation

final void Function(bool active) onPassthrough;