64 Commits (408f450286d0e41ebd5c0085f354412d87967f92)

Author SHA1 Message Date
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
Ryan Dahl e3ce73a214 Add ability to ask question from readline 14 years ago
Ryan Dahl a0e9a510b0 Introduce require('tty') 14 years ago
Ryan Dahl e232f6e735 more lint 14 years ago
isaacs a52f59b437 Use a proper tty test. 14 years ago
Ryan Dahl d4af8a6b6a Add writeFilter when in the readline 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
Ryan Dahl 069d973d74 Remove require('buffer') in built-in libraries. 14 years ago
Aaron Heckmann 7c5cc57ece quicker loops 14 years ago
Ryan Dahl d2de8ba400 ^c to get out of '...' in REPL 14 years ago
Ryan Dahl 2d09ef8541 Fix style in readline 14 years ago
Ryan Dahl 0ef8a86af2 Add SIGWINCH handler for readline 14 years ago
Trent Mick 1d961a6630 add ANSI coloring option to sys.inspect and, by default, to the repl 14 years ago
Trent Mick 5330fea954 Ctrl+W support for the REPL 14 years ago
Johan Euphrosine e49be4768b add readline support for meta-d 14 years ago
Brian d9eb64928e Fix home/end keys in repl for putty/xterm. 14 years ago
Johan Euphrosine 748469c71c add readline support for meta-f and meta-b 14 years ago
Johan Euphrosine fd3e84499e add home/end support in rxvt and readline tests 14 years ago
Johan Euphrosine 0e1e00e68b fix home/end on GNU/Linux 14 years ago