menu
xterm2 package
documentation
core.dart
CellOffset
isBefore method
isBefore method
dark_mode
light_mode
isBefore
method
bool
isBefore
(
CellOffset
other
)
Implementation
bool isBefore(CellOffset other) { return y < other.y || (y == other.y && x < other.x); }
xterm2 package
documentation
core
CellOffset
isBefore method
CellOffset class