summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)AuthorFilesLines
2013-01-29lintisaacs1-1/+1
2013-01-29readline: treat bare \r as a line endingisaacs1-4/+26
2013-01-29readline: make \r\n emit one 'line' eventBen Noordhuis1-3/+8
2012-11-06readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich1-3/+5
2012-11-06readline: don't emit "line" events with a trailing '\n' charNathan Rajlich1-1/+1
2012-10-24repl: call resume() after setRawMode()Bert Belder1-1/+2
2012-07-26Merge remote-tracking branch 'ry/v0.8'isaacs1-10/+26
2012-07-24readline: Remove event listeners on closeisaacs1-10/+26
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs1-29/+28
2012-07-06readline: don't use Function#call()Nathan Rajlich1-4/+3
2012-07-06Forgotten commit: add arguments to handleGroupJonas Westerlund1-3/+3
2012-07-06Move function declaration to top-levelJonas Westerlund1-28/+28
2012-07-06readline: fix for unicode promptsTim Macfarlane1-1/+1
2012-07-05readline: Use one history item for reentered lineVladimir Beloborodov1-4/+6
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen1-2/+2
2012-06-14readline: don't cache the "keypress" listenersNathan Rajlich1-4/+2
2012-06-11lintisaacs1-3/+4
2012-05-21readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich1-0/+5
2012-05-21readline: move the "setRawMode" logic into a private functionNathan Rajlich1-6/+9
2012-04-21readline: remove unused vars in _ttyWriteKyle Robinson Young1-1/+0
2012-04-18readline: _normalWrite() doesn't take a key modifier argKyle Robinson Young1-1/+1
2012-04-18readline: change char to ch to avoid reserved wordKyle Robinson Young1-4/+4
2012-04-17readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich1-13/+17
2012-04-06readline: use StringDecoder for decoding "normal" dataNathan Rajlich1-8/+15
2012-04-06readline: buffer data to only emit 'line' on '\n'Nathan Friedly1-4/+15
2012-03-29tty, readline: fix style errorsBen Noordhuis1-2/+2
2012-03-27repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich1-0/+4
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich1-40/+394
2012-03-26readline: fix for terminals that insert newlines automaticallyAlex Kocharin1-2/+7
2012-03-20lint readline.js - single-quotes preferredisaacs1-2/+2
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin1-37/+92
2012-03-20Revert "readline: add multiline support"Nathan Rajlich1-78/+8
2012-03-07readline: ignore stray escape sequenceColton Baker1-0/+3
2012-03-06readline: add multiline supportRlidwka1-8/+78
2012-02-22readline: ^Z (SIGSTP) handlingColton Baker1-1/+3
2012-02-16Readline proposal and bugfixes. Related: #2737 #2756Colton Baker1-32/+29
2011-12-19preserve cursor posFedor Indutny1-2/+2
2011-11-08Fixes #2052. Readline get win cols correctlyRyan Dahl1-2/+2
2011-11-01doc: fix linksMaciej MaƂecki1-1/+1
2011-10-05Fixed a lot of jslint errors.Colton Baker1-1/+2
2011-09-27Bind uv_tty_get_winsizeRyan Dahl1-2/+2
2011-09-14readline: handle null completer graciouslyBen Noordhuis1-3/+7
2011-09-09[debugger] call silent resume in debugEval to prevent incorrect cursor positi...Fedor Indutny1-2/+1
2011-09-09[repl, readline] refactor async completion and executionFedor Indutny1-2/+2
2011-09-09[readline, repl] Fix completion grouping, fix parens eval resultsFedor Indutny1-1/+1
2011-09-09[repl, readline] async interfaceFedor Indutny1-54/+66
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi1-8/+8
2011-03-14Update copyright headersRyan Dahl1-0/+21
2011-01-24Readline: fixes, more key bindingsBert Belder1-78/+94
2011-01-24Support pastes and meta-backspaceisaacs1-0/+13