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