Files
node-v0.x-archive/doc/api
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
..
2011-10-12 14:19:32 -07:00
2011-11-09 00:02:18 +09:00
2010-10-28 14:59:15 -07:00
2011-11-23 12:56:05 +01:00
2010-11-07 17:22:56 -08:00
2011-12-29 01:56:44 +01:00
2011-11-27 01:45:27 +09:00
2010-10-28 14:59:15 -07:00
2011-09-13 20:02:54 -07:00
2011-12-05 17:58:31 -08:00