If the delay between \r and
exceeds
crlfDelay milliseconds, both \r and will be treated as separate end-of-line input.
crlfDelay will be coerced to a number no less than 100. It can be set to Infinity, in which case \r followed by will always be considered a single newline (which may be reasonable for reading files with
\rline delimiter).