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

    Interface IViewportRange

    An object representing a range within the viewport of the terminal.

    interface IViewportRange {
        end: IViewportRangePosition;
        start: IViewportRangePosition;
    }
    Index

    The end of the range.

    The start of the range.