summaryrefslogtreecommitdiff
path: root/lib/tty.js
AgeCommit message (Expand)Author
2017-11-14tty: refactor exportscjihrig
2017-11-02tty: convert to internal/errors using SystemErrorJames M Snell
2017-10-22tty,doc: add type-check to isattyBryan English
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-01tty: require readline at top of fileBryan English
2017-06-19lib: fix typosRuben Bridgewater
2017-06-06errors,tty: migrate to use internal/errors.jsGautam Mittal
2017-05-10tty_wrap: throw when uv_tty_init() returns errorTrevor Norris
2017-03-31tty: remove NODE_TTY_UNSAFE_ASYNCJeremiah Senkpiel
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-22tty: avoid oob warning in TTYWrap::GetWindowSize()Dmitry Tsvettsikh
2016-08-10tty: set the handle to blocking modeJeremiah Senkpiel
2016-06-01tty: use blocking mode on OS XJeremiah Senkpiel
2016-03-29Revert "tty: don't read from console stream upon creation"Evan Lucas
2016-03-23tty: don't read from console stream upon creationAlexis Campailla
2015-12-25lib: remove unused modulesRich Trott
2015-11-18tty: Remove deprecated setRawMode wrapperWyatt Preul
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2013-08-15lib: remove unused variables and functionsBrian White
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
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