Files
node-v0.x-archive/lib
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-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2011-10-31 17:36:43 +09:00
2012-01-24 00:11:45 +01:00
2011-03-14 17:37:05 -07:00
2012-02-06 15:43:21 -08:00
2012-02-06 15:43:21 -08:00
2012-01-11 10:42:39 +01:00
2011-03-14 17:37:05 -07:00
2012-01-09 12:59:28 -08:00
2012-01-30 14:12:23 +01:00
2012-01-24 15:57:50 +01:00
2011-09-08 13:30:52 -07:00
2012-01-24 00:30:28 +06:00