Marks a single cell as dirty.
Upstream: third_party/ultraviolet/buffer_test.go (Touch). Marks the cell at (x, y) as dirty.
third_party/ultraviolet/buffer_test.go
Touch
x
y
void touch(int x, int y) => touchLine(x, y, 1);