blessed-components - v1.20.0
    Preparing search index...

    Interface TerminalPaneLine

    One captured terminal output line.

    interface TerminalPaneLine {
        stream?: "system" | "stderr" | "stdout";
        text: string;
    }
    Index

    Properties

    Properties

    stream?: "system" | "stderr" | "stdout"

    Output stream marker.

    text: string

    Terminal text. ANSI sequences and Blessed tags are removed.