gespenst API - v0.1.0
Home
Core Guide
GitHub
Preparing search index...
@gespenst/xterm
index
IBufferRange
Interface IBufferRange
A range within a buffer.
interface
IBufferRange
{
end
:
IBufferCellPosition
;
start
:
IBufferCellPosition
;
}
Index
Properties
end
start
Properties
end
end
:
IBufferCellPosition
The end position of the range.
start
start
:
IBufferCellPosition
The start position of the range.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
start
Home
Core Guide
GitHub
gespenst API - v0.1.0
Loading...
A range within a buffer.