deleteCell method
Deletes n cells at (x,y) within full bounds (ansi DCH semantics).
Upstream: third_party/ultraviolet/buffer.go (DeleteCell).
Implementation
void deleteCell(int x, int y, int n, Cell? cell) =>
deleteCellArea(x, y, n, cell, bounds());