RealTerminalBackend constructor

RealTerminalBackend()

Creates a RealTerminalBackend and opens the TTY for direct output.

Implementation

RealTerminalBackend() {
  FfiWrite.instance.openTty();
}