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

    Interface IOverviewRulerOptions

    interface IOverviewRulerOptions {
        showBottomBorder?: boolean;
        showTopBorder?: boolean;
        width?: number;
    }
    Index
    showBottomBorder?: boolean

    Whether to show the bottom border of the overview ruler, which uses the ITheme.overviewRulerBorder color.

    showTopBorder?: boolean

    Whether to show the top border of the overview ruler, which uses the ITheme.overviewRulerBorder color.

    width?: number

    When defined, renders decorations in the overview ruler to the right of the terminal. This must be set in order to see the overview ruler.

    The color of the decoration.

    The position of the decoration.