Deletes n lines at y within full bounds.
n
y
void deleteLine(int y, int n, Cell? cell) => deleteLineArea(y, n, cell, bounds());