web-serial-rxjs API Documentation
    Preparing search index...

    Interface TerminalBuffer

    interface TerminalBuffer {
        text$: Observable<string>;
    }
    Index

    Properties

    Properties

    text$: Observable<string>

    Cumulative text suitable for terminal-style display: completed lines plus the current line, with \r redraws collapsed per Issue #275.