for (
      let row = nextRow, end = this.editor.getLastScreenRow();
      row <= end;
      row++
    ) {