summaryrefslogtreecommitdiff
path: root/lib/tty.js
AgeCommit message (Expand)AuthorFilesLines
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani1-2/+4
2015-06-15lib,test: fix whitespace issuesRoman Reiss1-1/+0
2015-01-31lib: reduce util.is*() usagecjihrig1-3/+2
2015-01-21lib: use const to define constantscjihrig1-6/+6
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2013-08-15lib: remove unused variables and functionsBrian White1-1/+0
2013-07-20src, lib: update after internal api changeBen Noordhuis1-5/+7
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis1-9/+3
2013-02-28lib, src: remove errno globalBen Noordhuis1-1/+1
2013-02-21stream: remove lowWaterMark featureisaacs1-1/+0
2012-12-21stdio: Do not read from stdout/errisaacs1-11/+2
2012-12-14tty/stdin: Refactor for streams2isaacs1-15/+20
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs1-3/+3
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis1-2/+0
2012-05-01Return after emitting error in tty.jsisaacs1-0/+1
2012-04-30tty: emit "error" instead of throwing when getWindowSize() failsNathan Rajlich1-1/+1
2012-04-30tty: throw an Error when getWindowSize() failsNathan Rajlich1-2/+16
2012-03-30Revert "tty: add keypress event for backwards-compat"isaacs1-2/+0
2012-03-29tty: clarify that tty.setRawMode() has moved to process.stdinNathan Rajlich1-1/+1
2012-03-28tty: show deprecated warn of tty.setRawMode()Shigeki Ohtsu1-0/+1
2012-03-28tty: add keypress event for backwards-compatShigeki Ohtsu1-0/+2
2012-03-29tty, readline: fix style errorsBen Noordhuis1-1/+1
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich1-313/+35
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin1-0/+5
2012-01-28tty: emit 'unknown' key event if key sequence not foundDan VerWeire1-0/+4
2012-01-18Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie1-0/+7
2011-12-05Fix #2257 pause/resume semantics for stdinisaacs1-0/+11
2011-10-11Remove tty_legacyRyan Dahl1-0/+376
2011-09-27Initial pass at new TTY js layerRyan Dahl1-34/+0
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-01-18Implement tty.ReadStream and tty.WriteStreamBert Belder1-31/+6
2011-01-10getWindowSize/setWindowSizeRyan Dahl1-1/+2
2011-01-10tty.open() returns stream instead of slaveFDRyan Dahl1-3/+12
2010-12-02Introduce require('tty')Ryan Dahl1-0/+28