insertCell method
Inserts n cells at (x,y) within full bounds (ansi ICH semantics).
Upstream: third_party/ultraviolet/buffer.go (InsertCell).
Implementation
void insertCell(int x, int y, int n, Cell? cell) =>
insertCellArea(x, y, n, cell, bounds());