summaryrefslogtreecommitdiff
path: root/lib/tty.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-07-18tty: expose stream API from readline methodscjihrig
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-25tty: remove util.inherits usagend-02110114
2019-03-05tty: add hasColors functionRuben Bridgewater
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-09-22tty: make `readStream.setRawMode()` return `this`Alexander Mills
2018-09-19tty: handle setRawMode errorsNikolai Vavilov
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-05-18readline: lazy loadedRuben Bridgewater
2018-04-05errors: improve SystemError messagesJoyee Cheung
2018-04-04tty: add attribution for chalkRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-01-24tty: refactor to es6Ruben Bridgewater
2018-01-24tty: add getColorDepth functionRuben Bridgewater
2018-01-19tty: fix console printing on WindowsAnna Henningsen
2018-01-14process: use more direct sync I/O for stdioAnna Henningsen
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