94 Commits (18c985919d93df97561157ab8e7de70f4e22dd44)

Author SHA1 Message Date
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
Trent Mick 1aeaf8d289 repl tab completion: insert common prefix of multiple completions 14 years ago
Trent Mick 72e4a49cac repl completion: multi-column display of completions 14 years ago
Trent Mick 1c9a85b9a6 First pass at tab-completion in the REPL 14 years ago
Ryan Dahl 7068912fbb Export Interface from readline.js 14 years ago
Chandra Sekar S 66deea10c7 Support for HOME and END in REPL. 14 years ago
Ryan Dahl 65f2e72d77 Fix style in readline 14 years ago
Jérémy Lal 0fd1656d63 Support DEL in the REPL. 14 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl bca16a0581 Handle ctrl+z from readline 15 years ago
Ryan Dahl adc06dd705 Add NODE_NO_READLINE check for REPL 15 years ago
Ryan Dahl 0377b12964 Use strings instead of buffers in readline 15 years ago
Matt Ranney 09af242c89 Support more readline navigation keys. 15 years ago
Ryan Dahl e43d6fc879 Fix misspelling 15 years ago
Ryan Dahl 41f213be18 Add binding to termios, implement readline for repl 15 years ago