40 Commits (59d23ad63dc75c68631480b2bdd98cbb67265d9d)

Author SHA1 Message Date
Evan Lucas b6475b9a9d Revert "tty: don't read from console stream upon creation" 9 years ago
Alexis Campailla 4611389294 tty: don't read from console stream upon creation 9 years ago
Rich Trott fdeb862f2b lib: remove unused modules 9 years ago
Wyatt Preul a2c0aa84e0 tty: Remove deprecated setRawMode wrapper 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
isaacs 3b2e9d2648 stream: remove lowWaterMark feature 12 years ago
isaacs 244924823e stdio: Do not read from stdout/err 12 years ago
isaacs bb56dcc450 tty/stdin: Refactor for streams2 12 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
isaacs fb400b4868 Return after emitting error in tty.js 13 years ago
Nathan Rajlich f4403f90f8 tty: emit "error" instead of throwing when getWindowSize() fails 13 years ago
Nathan Rajlich f1f5de1c8d tty: throw an Error when getWindowSize() fails 13 years ago
isaacs 2726c22f0b Revert "tty: add keypress event for backwards-compat" 13 years ago
Nathan Rajlich 304f1fcf86 tty: clarify that tty.setRawMode() has moved to process.stdin 13 years ago
Shigeki Ohtsu 238e12af22 tty: show deprecated warn of tty.setRawMode() 13 years ago
Shigeki Ohtsu b521ff3b4f tty: add keypress event for backwards-compat 13 years ago
Ben Noordhuis b031671138 tty, readline: fix style errors 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Dan VerWeire e4afb2f724 tty: emit 'unknown' key event if key sequence not found 13 years ago
Brandon Benvie f7b612550a Add missing TTY key translations for F1-F5 on Windows 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
Ryan Dahl cdf5d91fe5 Remove tty_legacy 13 years ago
Ryan Dahl e6092f337c tty.WritableStream should be writable 13 years ago
Ryan Dahl 7cf787a2d1 Upgrade libuv to 5656e3 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl e1dc6e6d73 Bind uv_tty_get_winsize 13 years ago
Ryan Dahl 74b6426ec6 Initial pass at new TTY js layer 13 years ago
Ryan Dahl 0aad61e802 Use net_uv instead of net_legacy for stdio 13 years ago
Ryan Dahl 8527f00c3c Lazy load a few modules 13 years ago
Yoshihiro KIKUCHI 99b210d7ea tiny fixes in tty_posix.js 14 years ago
Ryan Dahl 710f8e2acc Add --use-uv command-line flag to use libuv backend 14 years ago
Ryan Dahl 391f087981 Fix setsid in tty.open 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Tom Hughes cf7b680db9 newline should also be treated as "enter" key. 14 years ago
koichik 0a51a6d3ac Fix process.stdout.end() throws ENOTSOCK error. 14 years ago
isaacs 430a7f1bed Support pastes and meta-backspace 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
isaacs 49275524a5 Fix for meta keys in a weird iTerm state. 14 years ago