menu
xterm2 package
documentation
core.dart
CellOffset
isAtSameRow method
isAtSameRow method
dark_mode
light_mode
isAtSameRow
method
bool
isAtSameRow
(
CellOffset
other
)
Implementation
bool isAtSameRow(CellOffset other) { return y == other.y; }
xterm2 package
documentation
core
CellOffset
isAtSameRow method
CellOffset class