summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2015-02-22readline: use native `codePointAt`Vladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-10-01readline: should not require an output stream.Julien Gilli
2014-09-25readline: fix performance issue when large lineJicheng Li
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny
2014-07-29repl: fix overwrite for this._promptYazhong Liu
2014-06-11readline: remove doubled case.Roman Klauke
2014-05-17readline: fixes scoping bugDan Kaplun
2014-05-13readline: implements keypress bufferingDan Kaplun
2014-05-12readline: fix close event of readline.Interface()Yazhong Liu
2014-03-12readline: consider newlines for cursor positionYazhong Liu
2014-02-17readline: fix `line` event, if input emit 'end'Yazhong Liu
2013-09-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-09-23readline: handle input starting with control charsEric Schrock
2013-09-04stream: return this from pause()/resume()isaacs
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-17readline: pause stdin before turning off terminal raw modeDaniel Chatfield
2013-08-17readline: pause stdin before turning off terminal raw modeDaniel Chatfield
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-06-17readline: strip ctrl chars for prompt width calcKrzysztof Chrapka
2013-06-17readline: make `ctrl + L` clear the screenYuan Chuan
2013-03-15readline: handle wide characters properlyNao Iizuka
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