summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2012-07-24readline: Remove event listeners on closeisaacs
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-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
2011-01-24Support pastes and meta-backspaceisaacs
2011-01-24lintRyan Dahl
2011-01-19Transfer data gathering responsibility to readlineRyan Dahl
2011-01-18Windows: fix window size getter bugBert Belder
2011-01-18Readline: use symbolic key names instead of ascii control codesBert Belder
2011-01-18Readline: use tty methods instead of control sequencesBert Belder
2011-01-18Use tty.ReadStream and tty.WriteStream for stdio when appropriateBert Belder
2011-01-18Windows: implement missing stdio methodsBert Belder
2011-01-13debugger: don't hang on ^d and ^cRyan Dahl
2011-01-10getWindowSize/setWindowSizeRyan Dahl