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

    Interface RenderGitStatusOptions

    Options accepted by renderGitStatus.

    interface RenderGitStatusOptions {
        branch: string;
        files: readonly GitStatusFile[];
        height?: number;
        width?: number;
    }
    Index

    Properties

    branch: string

    Branch name.

    files: readonly GitStatusFile[]

    Changed files.

    height?: number

    Maximum rendered height.

    width?: number

    Maximum terminal-cell width of each line.