350351352353354355356357358359360
} else { add = isParagraph? NEWLINE : sep; } ByteList line = internal.getByteList().makeShared((int)pos, ix - (int)pos); line.unshare(); line.append(add); line.invalidate(); pos = ix + add.realSize; lineno++;