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