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

    Interface RenderCommitListOptions

    Options accepted by renderCommitList.

    interface RenderCommitListOptions {
        commits: readonly CommitListItem[];
        height?: number;
        width?: number;
    }
    Index

    Properties

    commits: readonly CommitListItem[]

    Commits in visual order.

    height?: number

    Maximum rendered height.

    width?: number

    Maximum terminal-cell width of each line.