menu
xterm2 package
documentation
core.dart
CellOffset
isWithin method
isWithin method
dark_mode
light_mode
isWithin
method
bool
isWithin
(
BufferRange
range
)
Implementation
bool isWithin(BufferRange range) { return range.contains(this); }
xterm2 package
documentation
core
CellOffset
isWithin method
CellOffset class