0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/doc
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756
- Removed extra newline from .question(); Users can input a
  newline if it they require it.
- Removed .close() due to it only emulating closing, causing a bug where
  readline is left open to trigger events such as .on('line', ...').
- Removed ._attemptClose()
- .pause() now triggers event .on('pause', ...)
- .resume() now triggers event .on('resume', ...)
- CTRL-C (SIGINT) in readline will now default to .pause() if no SIGINT event
  is present.
- CTRL-D (delete right) will also default to .pause() if there is nothing to
  delete (signaling the end of the file).
- Added new event `SIGTSTP`
- Added new event `SIGCONT`
- Added `resume` to `write` to resume the stream if paused.
- Docs updated.
- Updated repl.js
2012-02-16 12:12:03 +06:00
..
about
api Readline proposal and bugfixes. Related: #2737 #2756 2012-02-16 12:12:03 +06:00
api_assets
community
images
logos
cla.html
favicon.ico
full-white-stripe.jpg
index.html
mac_osx_nodejs_installer_logo.png
node.1
pipe.css
robots.txt
sh_javascript.min.js
sh_main.js
sh_vim-dark.css
sh.css
template.html
thin-white-stripe.jpg
trademark-policy.pdf
v0.4_announcement.html