83 Commits (6e5217d3208f6792a500fc408b4dcef0a17c5412)

Author SHA1 Message Date
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Nathan Rajlich 032fc42e64 readline: don't cache the "keypress" listeners 13 years ago
isaacs 54a4f99c4e lint 13 years ago
Nathan Rajlich 3f69c71157 readline: explicitly disable and re-enable "raw mode" on Ctrl+Z 13 years ago
Nathan Rajlich 2b9967fbcc readline: move the "setRawMode" logic into a private function 13 years ago
Kyle Robinson Young da56c72f59 readline: remove unused vars in _ttyWrite 13 years ago
Kyle Robinson Young e67a0f80e0 readline: _normalWrite() doesn't take a key modifier arg 13 years ago
Kyle Robinson Young 57148f54e1 readline: change char to ch to avoid reserved word 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
Nathan Rajlich 78eb174ea2 readline: use StringDecoder for decoding "normal" data 13 years ago
Nathan Friedly e28f77cbad readline: buffer data to only emit 'line' on '\n' 13 years ago
Ben Noordhuis b031671138 tty, readline: fix style errors 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin ab518ae50e readline: fix for terminals that insert newlines automatically 13 years ago
isaacs 81cd3a3cd6 lint readline.js - single-quotes preferred 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Nathan Rajlich 8517089b3e Revert "readline: add multiline support" 13 years ago
Colton Baker c84b3c4b73 readline: ignore stray escape sequence 13 years ago
Rlidwka 443071db57 readline: add multiline support 13 years ago
Colton Baker fd61bfc731 readline: ^Z (SIGSTP) handling 13 years ago
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
Ryan Dahl 2d13cdfd2a Fixes #2052. Readline get win cols correctly 13 years ago
Maciej Małecki fc61134b1a doc: fix links 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
Ben Noordhuis 92d4ed397b readline: handle null completer graciously 13 years ago
Fedor Indutny 8d7aade663 [debugger] call silent resume in debugEval to prevent incorrect cursor position after repl autocompletion, small refactor in readline 13 years ago
Fedor Indutny e13ed4a8d0 [repl, readline] refactor async completion and execution 13 years ago
Fedor Indutny 71a9aefa0f [readline, repl] Fix completion grouping, fix parens eval results 13 years ago
Fedor Indutny 42b8b77d9f [repl, readline] async interface 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 13 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Bert Belder 07f3274ac4 Readline: fixes, more key bindings 14 years ago
isaacs 430a7f1bed Support pastes and meta-backspace 14 years ago
Ryan Dahl 9e976abad9 lint 14 years ago
Ryan Dahl ba80d4d8a9 Transfer data gathering responsibility to readline 14 years ago
Bert Belder e6e6e87463 Windows: fix window size getter bug 14 years ago
Bert Belder 4475b76535 Readline: use symbolic key names instead of ascii control codes 14 years ago
Bert Belder 8c9b2d1066 Readline: use tty methods instead of control sequences 14 years ago
Bert Belder 0b5bf70bff Use tty.ReadStream and tty.WriteStream for stdio when appropriate 14 years ago
Bert Belder dc99aa0c8c Windows: implement missing stdio methods 14 years ago
Ryan Dahl 860e7a7a5f debugger: don't hang on ^d and ^c 14 years ago
Ryan Dahl b9cfd9527a getWindowSize/setWindowSize 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Ryan Dahl af6662d5e5 debugger: Prompt before quitting 14 years ago
Ryan Dahl 62e0ca05a6 debugger: Disable/Enable raw mode for child 14 years ago
Ryan Dahl 8874c51d04 Disable OPOST 14 years ago
Ryan Dahl 0dcbe3f74a Fork out to debugger on debugger statements 14 years ago