summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2013-03-01events: add check for listeners lengthTrevor Norris
2013-01-29lintisaacs
2013-01-29readline: treat bare \r as a line endingisaacs
2013-01-29readline: make \r\n emit one 'line' eventBen Noordhuis
2012-11-06readline: use a "string_decoder" to parse "keypress" eventsNathan Rajlich
2012-11-06readline: don't emit "line" events with a trailing '\n' charNathan Rajlich
2012-10-24repl: call resume() after setRawMode()Bert Belder
2012-07-26Merge remote-tracking branch 'ry/v0.8'isaacs
2012-07-24readline: Remove event listeners on closeisaacs
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-07-06readline: don't use Function#call()Nathan Rajlich
2012-07-06Forgotten commit: add arguments to handleGroupJonas Westerlund
2012-07-06Move function declaration to top-levelJonas Westerlund
2012-07-06readline: fix for unicode promptsTim Macfarlane
2012-07-05readline: Use one history item for reentered lineVladimir Beloborodov
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-14readline: don't cache the "keypress" listenersNathan Rajlich
2012-06-11lintisaacs
2012-05-21readline: explicitly disable and re-enable "raw mode" on Ctrl+ZNathan Rajlich
2012-05-21readline: move the "setRawMode" logic into a private functionNathan Rajlich
2012-04-21readline: remove unused vars in _ttyWriteKyle Robinson Young
2012-04-18readline: _normalWrite() doesn't take a key modifier argKyle Robinson Young
2012-04-18readline: change char to ch to avoid reserved wordKyle Robinson Young
2012-04-17readline: re-add the Interface#close() method; rename "end" to "close"Nathan Rajlich
2012-04-06readline: use StringDecoder for decoding "normal" dataNathan Rajlich
2012-04-06readline: buffer data to only emit 'line' on '\n'Nathan Friedly
2012-03-29tty, readline: fix style errorsBen Noordhuis
2012-03-27repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-26readline: fix for terminals that insert newlines automaticallyAlex Kocharin
2012-03-20lint readline.js - single-quotes preferredisaacs
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin
2012-03-20Revert "readline: add multiline support"Nathan Rajlich
2012-03-07readline: ignore stray escape sequenceColton Baker
2012-03-06readline: add multiline supportRlidwka
2012-02-22readline: ^Z (SIGSTP) handlingColton Baker
2012-02-16Readline proposal and bugfixes. Related: #2737 #2756Colton Baker
2011-12-19preserve cursor posFedor Indutny
2011-11-08Fixes #2052. Readline get win cols correctlyRyan Dahl
2011-11-01doc: fix linksMaciej MaƂecki
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-27Bind uv_tty_get_winsizeRyan Dahl
2011-09-14readline: handle null completer graciouslyBen Noordhuis
2011-09-09[debugger] call silent resume in debugEval to prevent incorrect cursor positi...Fedor Indutny
2011-09-09[repl, readline] refactor async completion and executionFedor Indutny
2011-09-09[readline, repl] Fix completion grouping, fix parens eval resultsFedor Indutny
2011-09-09[repl, readline] async interfaceFedor Indutny
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-03-14Update copyright headersRyan Dahl
2011-01-24Readline: fixes, more key bindingsBert Belder