Inserts n lines at y within full bounds.
n
y
Upstream: third_party/ultraviolet/buffer.go (InsertLine).
third_party/ultraviolet/buffer.go
InsertLine
void insertLine(int y, int n, Cell? cell) => insertLineArea(y, n, cell, bounds());