Files
node-v0.x-archive/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
..
2012-01-04 11:20:50 -08:00
2011-11-27 21:52:27 +01:00
2011-07-24 18:04:45 -07:00
2012-02-14 14:34:43 -08:00
2009-09-10 13:40:38 +02:00
2012-01-23 13:11:32 -08:00
2012-01-23 13:11:33 -08:00
2011-07-11 08:30:37 -07:00
2011-12-05 16:20:44 -08:00