RealTerminalBackend constructor
RealTerminalBackend()
Creates a RealTerminalBackend and opens the TTY for direct output.
Implementation
RealTerminalBackend() {
FfiWrite.instance.openTty();
}
Creates a RealTerminalBackend and opens the TTY for direct output.
RealTerminalBackend() {
FfiWrite.instance.openTty();
}