xterm.js
  • Docs

Interface: IBufferRange

A range within a buffer.

Hierarchy

  • IBufferRange

Index

Properties

  • end
  • start

Properties

end

• end: IBufferCellPosition

Defined in xterm.d.ts:1440

The end position of the range.


start

• start: IBufferCellPosition

Defined in xterm.d.ts:1435

The start position of the range.

Proudly brought to you by SourceLair and the xterm.js authors.