summaryrefslogtreecommitdiff
path: root/lib/tty.js
AgeCommit message (Expand)Author
2013-02-28lib, src: remove errno globalBen Noordhuis
2013-02-21stream: remove lowWaterMark featureisaacs
2012-12-21stdio: Do not read from stdout/errisaacs
2012-12-14tty/stdin: Refactor for streams2isaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-01Return after emitting error in tty.jsisaacs
2012-04-30tty: emit "error" instead of throwing when getWindowSize() failsNathan Rajlich
2012-04-30tty: throw an Error when getWindowSize() failsNathan Rajlich
2012-03-30Revert "tty: add keypress event for backwards-compat"isaacs
2012-03-29tty: clarify that tty.setRawMode() has moved to process.stdinNathan Rajlich
2012-03-28tty: show deprecated warn of tty.setRawMode()Shigeki Ohtsu
2012-03-28tty: add keypress event for backwards-compatShigeki Ohtsu
2012-03-29tty, readline: fix style errorsBen Noordhuis
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin
2012-01-28tty: emit 'unknown' key event if key sequence not foundDan VerWeire
2012-01-18Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie
2011-12-05Fix #2257 pause/resume semantics for stdinisaacs
2011-10-11Remove tty_legacyRyan Dahl
2011-09-27Initial pass at new TTY js layerRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-01-18Implement tty.ReadStream and tty.WriteStreamBert Belder
2011-01-10getWindowSize/setWindowSizeRyan Dahl
2011-01-10tty.open() returns stream instead of slaveFDRyan Dahl
2010-12-02Introduce require('tty')Ryan Dahl