Sets the cell at (x, y) in the backing buffer.
x
y
@override void setCell(int x, int y, Cell? cell) => _scr.setCell(x, y, cell);