summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)AuthorFilesLines
2016-04-08lib: refactor code with startsWith/endsWithJackson Tian1-1/+1
2016-02-15readline: Remove XXX and output debuglogKohei TAKATA1-1/+2
2016-02-15lib: fix style issues after eslint updateMichaƫl Zasso1-2/+2
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani1-1/+1
2015-09-20readline: fix tab completion bugMatt Harrison1-1/+4
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani1-4/+4
2015-08-04readline: allow tabs in inputRich Trott1-13/+14
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin1-1/+9
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani1-2/+4
2015-06-15lib,test: fix whitespace issuesRoman Reiss1-1/+0
2015-06-12Revert "readline: allow tabs in input"Jeremiah Senkpiel1-14/+13
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-06-06readline: allow tabs in inputRich Trott1-13/+14
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin1-94/+167
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson1-1/+11
2015-04-10readline: fix calling constructor without newAlex Kocharin1-1/+4
2015-02-22readline: use native `codePointAt`Vladimir Kurchatkin1-4/+5
2015-01-31lib: reduce util.is*() usagecjihrig1-22/+23
2015-01-21lib: use const to define constantscjihrig1-10/+10
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-10-01readline: should not require an output stream.Julien Gilli1-14/+40
2014-09-25readline: fix performance issue when large lineJicheng Li1-1/+4
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny1-7/+1
2014-07-29repl: fix overwrite for this._promptYazhong Liu1-1/+7
2014-06-11readline: remove doubled case.Roman Klauke1-4/+0
2014-05-17readline: fixes scoping bugDan Kaplun1-10/+9
2014-05-13readline: implements keypress bufferingDan Kaplun1-181/+191
2014-05-12readline: fix close event of readline.Interface()Yazhong Liu1-5/+9
2014-03-12readline: consider newlines for cursor positionYazhong Liu1-1/+7
2014-02-17readline: fix `line` event, if input emit 'end'Yazhong Liu1-0/+8
2013-09-24Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2013-09-23readline: handle input starting with control charsEric Schrock1-1/+1
2013-09-04stream: return this from pause()/resume()isaacs1-0/+2
2013-08-19fixes #6031 spelling errorsMatthew Aynalem1-1/+1
2013-08-17readline: pause stdin before turning off terminal raw modeDaniel Chatfield1-1/+1
2013-08-17readline: pause stdin before turning off terminal raw modeDaniel Chatfield1-1/+1
2013-08-15lib: remove unused variables and functionsBrian White1-3/+0
2013-08-01src: Replace macros with util functionsisaacs1-12/+12
2013-07-24lib: macro-ify type checksBen Noordhuis1-12/+12
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs1-0/+6
2013-06-17readline: strip ctrl chars for prompt width calcKrzysztof Chrapka1-4/+19
2013-06-17readline: make `ctrl + L` clear the screenYuan Chuan1-0/+6
2013-03-15readline: handle wide characters properlyNao Iizuka1-16/+144
2013-03-01events: add check for listeners lengthTrevor Norris1-4/+4
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