summaryrefslogtreecommitdiff
path: root/lib/tty.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-313/+35
* readline: row-agnostic multiline readline implementationAlex Kocharin2012-03-201-0/+5
* tty: emit 'unknown' key event if key sequence not foundDan VerWeire2012-01-281-0/+4
* Add missing TTY key translations for F1-F5 on WindowsBrandon Benvie2012-01-181-0/+7
* Fix #2257 pause/resume semantics for stdinisaacs2011-12-051-0/+11
* Remove tty_legacyRyan Dahl2011-10-111-0/+376
* Initial pass at new TTY js layerRyan Dahl2011-09-271-34/+0
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Implement tty.ReadStream and tty.WriteStreamBert Belder2011-01-181-31/+6
* getWindowSize/setWindowSizeRyan Dahl2011-01-101-1/+2
* tty.open() returns stream instead of slaveFDRyan Dahl2011-01-101-3/+12
* Introduce require('tty')Ryan Dahl2010-12-021-0/+28