Age | Commit message (Expand) | Author | Files | Lines |
2013-01-29 | lint | isaacs | 1 | -1/+1 |
2013-01-29 | readline: treat bare \r as a line ending | isaacs | 1 | -4/+26 |
2013-01-29 | readline: make \r\n emit one 'line' event | Ben Noordhuis | 1 | -3/+8 |
2012-11-06 | readline: use a "string_decoder" to parse "keypress" events | Nathan Rajlich | 1 | -3/+5 |
2012-11-06 | readline: don't emit "line" events with a trailing '\n' char | Nathan Rajlich | 1 | -1/+1 |
2012-10-24 | repl: call resume() after setRawMode() | Bert Belder | 1 | -1/+2 |
2012-07-26 | Merge remote-tracking branch 'ry/v0.8' | isaacs | 1 | -10/+26 |
2012-07-24 | readline: Remove event listeners on close | isaacs | 1 | -10/+26 |
2012-07-11 | Merge remote-tracking branch 'ry/v0.8' into v0.8-merge | isaacs | 1 | -29/+28 |
2012-07-06 | readline: don't use Function#call() | Nathan Rajlich | 1 | -4/+3 |
2012-07-06 | Forgotten commit: add arguments to handleGroup | Jonas Westerlund | 1 | -3/+3 |
2012-07-06 | Move function declaration to top-level | Jonas Westerlund | 1 | -28/+28 |
2012-07-06 | readline: fix for unicode prompts | Tim Macfarlane | 1 | -1/+1 |
2012-07-05 | readline: Use one history item for reentered line | Vladimir Beloborodov | 1 | -4/+6 |
2012-06-15 | domain: the EventEmitter constructor is now always called in nodecore | Andreas Madsen | 1 | -2/+2 |
2012-06-14 | readline: don't cache the "keypress" listeners | Nathan Rajlich | 1 | -4/+2 |
2012-06-11 | lint | isaacs | 1 | -3/+4 |
2012-05-21 | readline: explicitly disable and re-enable "raw mode" on Ctrl+Z | Nathan Rajlich | 1 | -0/+5 |
2012-05-21 | readline: move the "setRawMode" logic into a private function | Nathan Rajlich | 1 | -6/+9 |
2012-04-21 | readline: remove unused vars in _ttyWrite | Kyle Robinson Young | 1 | -1/+0 |
2012-04-18 | readline: _normalWrite() doesn't take a key modifier arg | Kyle Robinson Young | 1 | -1/+1 |
2012-04-18 | readline: change char to ch to avoid reserved word | Kyle Robinson Young | 1 | -4/+4 |
2012-04-17 | readline: re-add the Interface#close() method; rename "end" to "close" | Nathan Rajlich | 1 | -13/+17 |
2012-04-06 | readline: use StringDecoder for decoding "normal" data | Nathan Rajlich | 1 | -8/+15 |
2012-04-06 | readline: buffer data to only emit 'line' on '\n' | Nathan Friedly | 1 | -4/+15 |
2012-03-29 | tty, readline: fix style errors | Ben Noordhuis | 1 | -2/+2 |
2012-03-27 | repl: make ^D emit an 'end' event on the readline instance | Nathan Rajlich | 1 | -0/+4 |
2012-03-26 | readline: migrate ansi/vt100 logic from tty to readline | Nathan Rajlich | 1 | -40/+394 |
2012-03-26 | readline: fix for terminals that insert newlines automatically | Alex Kocharin | 1 | -2/+7 |
2012-03-20 | lint readline.js - single-quotes preferred | isaacs | 1 | -2/+2 |
2012-03-20 | readline: row-agnostic multiline readline implementation | Alex Kocharin | 1 | -37/+92 |
2012-03-20 | Revert "readline: add multiline support" | Nathan Rajlich | 1 | -78/+8 |
2012-03-07 | readline: ignore stray escape sequence | Colton Baker | 1 | -0/+3 |
2012-03-06 | readline: add multiline support | Rlidwka | 1 | -8/+78 |
2012-02-22 | readline: ^Z (SIGSTP) handling | Colton Baker | 1 | -1/+3 |
2012-02-16 | Readline proposal and bugfixes. Related: #2737 #2756 | Colton Baker | 1 | -32/+29 |
2011-12-19 | preserve cursor pos | Fedor Indutny | 1 | -2/+2 |
2011-11-08 | Fixes #2052. Readline get win cols correctly | Ryan Dahl | 1 | -2/+2 |
2011-11-01 | doc: fix links | Maciej MaĆecki | 1 | -1/+1 |
2011-10-05 | Fixed a lot of jslint errors. | Colton Baker | 1 | -1/+2 |
2011-09-27 | Bind uv_tty_get_winsize | Ryan Dahl | 1 | -2/+2 |
2011-09-14 | readline: handle null completer graciously | Ben Noordhuis | 1 | -3/+7 |
2011-09-09 | [debugger] call silent resume in debugEval to prevent incorrect cursor positi... | Fedor Indutny | 1 | -2/+1 |
2011-09-09 | [repl, readline] refactor async completion and execution | Fedor Indutny | 1 | -2/+2 |
2011-09-09 | [readline, repl] Fix completion grouping, fix parens eval results | Fedor Indutny | 1 | -1/+1 |
2011-09-09 | [repl, readline] async interface | Fedor Indutny | 1 | -54/+66 |
2011-07-29 | jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js | Robert Mustacchi | 1 | -8/+8 |
2011-03-14 | Update copyright headers | Ryan Dahl | 1 | -0/+21 |
2011-01-24 | Readline: fixes, more key bindings | Bert Belder | 1 | -78/+94 |
2011-01-24 | Support pastes and meta-backspace | isaacs | 1 | -0/+13 |