sameCellMetrics method
Implementation
bool sameCellMetrics(TerminalViewport other) =>
cellWidth == other.cellWidth && cellHeight == other.cellHeight;
bool sameCellMetrics(TerminalViewport other) =>
cellWidth == other.cellWidth && cellHeight == other.cellHeight;