gespenst API - v0.1.0
    Preparing search index...

    Interface SelectionFormatOptions

    Formatting options for selected terminal text.

    interface SelectionFormatOptions {
        format?: "plain" | "vt" | "html";
        trim?: boolean;
        unwrap?: boolean;
    }
    Index
    format?: "plain" | "vt" | "html"

    Output encoding for the selection.

    trim?: boolean

    Remove trailing whitespace.

    unwrap?: boolean

    Join wrapped physical rows into logical lines.