summaryrefslogtreecommitdiff
path: root/lib/tty.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-3/+3
* tty: fix TypeError when stream is closedAntoine du Hamel2022-08-241-1/+1
* tty: enable bufferingRobert Nagy2021-07-071-2/+2
* stream: error Duplex write/read if not writable/readableRobert Nagy2021-07-021-6/+5
* tty: validate file descriptor to avoid int32 overflowAntoine du Hamel2021-03-231-1/+2
* tty: refactor to avoid unsafe array iterationAntoine du Hamel2021-01-061-1/+1
* lib: use static Number properties from primordialsMichaël Zasso2019-11-301-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-5/+7
* tty: expose stream API from readline methodscjihrig2019-07-181-8/+8
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* tty: remove util.inherits usagend-021101142019-03-251-3/+6
* tty: add hasColors functionRuben Bridgewater2019-03-051-1/+6
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-6/+5
* Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen2018-10-041-12/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* tty: make `readStream.setRawMode()` return `this`Alexander Mills2018-09-221-1/+2
* tty: handle setRawMode errorsNikolai Vavilov2018-09-191-1/+5
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-291-1/+2
* tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina2018-08-221-1/+12
* 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