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

    Interface RenderReplOptions

    Options accepted by renderRepl.

    interface RenderReplOptions {
        currentInput?: string;
        height?: number;
        history?: readonly ReplEntry[];
        prompt?: string;
        width?: number;
    }
    Index

    Properties

    currentInput?: string

    Current input.

    height?: number

    Maximum rendered height.

    history?: readonly ReplEntry[]

    History entries.

    prompt?: string

    Prompt text.

    width?: number

    Maximum terminal-cell width.