Marks a single cell as dirty.
Marks the cell at (x, y) as dirty.
x
y
void touch(int x, int y) => touchLine(x, y, 1);