summaryrefslogtreecommitdiff
path: root/lib/tty.js
Commit message (Expand)AuthorAgeFilesLines
* readline: lazy loadedRuben Bridgewater2018-05-181-1/+7
* errors: improve SystemError messagesJoyee Cheung2018-04-051-3/+3
* tty: add attribution for chalkRuben Bridgewater2018-04-041-72/+2
* lib: port errors to new systemMichaƫl Zasso2018-03-051-2/+3
* errors: move error creation helpers to errors.jsJoyee Cheung2018-02-071-2/+2
* tty: refactor to es6Ruben Bridgewater2018-01-241-19/+11
* tty: add getColorDepth functionRuben Bridgewater2018-01-241-0/+72
* tty: fix console printing on WindowsAnna Henningsen2018-01-191-3/+0
* process: use more direct sync I/O for stdioAnna Henningsen2018-01-141-0/+3
* tty: refactor exportscjihrig2017-11-141-5/+5
* tty: convert to internal/errors using SystemErrorJames M Snell2017-11-021-2/+14
* tty,doc: add type-check to isattyBryan English2017-10-221-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-3/+2
* tty: require readline at top of fileBryan English2017-10-011-4/+5
* lib: fix typosRuben Bridgewater2017-06-191-1/+1
* errors,tty: migrate to use internal/errors.jsGautam Mittal2017-06-061-3/+3
* tty_wrap: throw when uv_tty_init() returns errorTrevor Norris2017-05-101-1/+7
* tty: remove NODE_TTY_UNSAFE_ASYNCJeremiah Senkpiel2017-03-311-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tty: avoid oob warning in TTYWrap::GetWindowSize()Dmitry Tsvettsikh2017-02-221-2/+2
* tty: set the handle to blocking modeJeremiah Senkpiel2016-08-101-2/+2
* tty: use blocking mode on OS XJeremiah Senkpiel2016-06-011-0/+7
* Revert "tty: don't read from console stream upon creation"Evan Lucas2016-03-291-7/+1
* tty: don't read from console stream upon creationAlexis Campailla2016-03-231-1/+7
* lib: remove unused modulesRich Trott2015-12-251-1/+0
* tty: Remove deprecated setRawMode wrapperWyatt Preul2015-11-181-10/+0
* lib: Consistent error messages in all modulesmicnic2015-11-091-1/+1
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-031-2/+4
* lib,test: fix whitespace issuesRoman Reiss2015-06-151-1/+0
* lib: reduce util.is*() usagecjihrig2015-01-311-3/+2
* lib: use const to define constantscjihrig2015-01-211-6/+6
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: remove unused variables and functionsBrian White2013-08-151-1/+0
* src, lib: update after internal api changeBen Noordhuis2013-07-201-5/+7
* src, lib: deduplicate errnoExceptionBen Noordhuis2013-07-201-9/+3
* lib, src: remove errno globalBen Noordhuis2013-02-281-1/+1
* stream: remove lowWaterMark featureisaacs2013-02-211-1/+0
* stdio: Do not read from stdout/errisaacs2012-12-211-11/+2
* tty/stdin: Refactor for streams2isaacs2012-12-141-15/+20
* Add --no-deprecation and --trace-deprecation flagsisaacs2012-06-211-3/+3
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-2/+0
* Return after emitting error in tty.jsisaacs2012-05-011-0/+1
* tty: emit "error" instead of throwing when getWindowSize() failsNathan Rajlich2012-04-301-1/+1
* tty: throw an Error when getWindowSize() failsNathan Rajlich2012-04-301-2/+16
* Revert "tty: add keypress event for backwards-compat"isaacs2012-03-301-2/+0
* tty: clarify that tty.setRawMode() has moved to process.stdinNathan Rajlich2012-03-291-1/+1
* tty: show deprecated warn of tty.setRawMode()Shigeki Ohtsu2012-03-281-0/+1
* tty: add keypress event for backwards-compatShigeki Ohtsu2012-03-281-0/+2
* tty, readline: fix style errorsBen Noordhuis2012-03-291-1/+1