nodejs-github-bot · GitHub

@nodejs-github-bot added the readline

Issues and PRs related to the built-in readline module.

label

Aug 15, 2016

@princejwesley

@Trott Trott added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Aug 16, 2016
Emit two line events when there is a delay between
CR('\r') and LF('\n')

@princejwesley

@princejwesley

princejwesley added a commit that referenced this pull request

Sep 8, 2016
Emit two line events when there is a delay between
CR('\r') and LF('\n').
Introduced a new option `crlfDelay`. If the delay between \r and \n
exceeds `crlfDelay` milliseconds, both \r and \n will be treated as
separate end-of-line input. Default to 100 milliseconds.
`crlfDelay` will be coerced to [100, 2000] range.
PR-URL: #8109
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>

Fishrock123 pushed a commit that referenced this pull request

Sep 14, 2016
Emit two line events when there is a delay between
CR('\r') and LF('\n').
Introduced a new option `crlfDelay`. If the delay between \r and \n
exceeds `crlfDelay` milliseconds, both \r and \n will be treated as
separate end-of-line input. Default to 100 milliseconds.
`crlfDelay` will be coerced to [100, 2000] range.
PR-URL: #8109
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>

@Azard Azard mentioned this pull request

Jun 6, 2017

Closed

4 tasks

Closed

Read the original on github.com ↗