Inserts n lines at y within full bounds.
n
y
void insertLine(int y, int n, Cell? cell) => insertLineArea(y, n, cell, bounds());