summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2017-02-04readline: update 6 comparions to strictUmair Ishaq
2017-01-13readline: refactor construct InterfaceJackson Tian
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-06readline: fix `concievably` typo in readline.jsMiguel Angel Asencio Hurtado
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-08-27repl: Auto alignment for .editor modePrince J Wesley
2016-08-17readline: keypress trigger for escape characterPrince J Wesley
2016-08-04readline: show completions only after 2nd TABAnna Henningsen
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-06-18readline: return old status from _setRawModeAnna Henningsen
2016-05-16lib: replace legacy uses of __defineGetter__James M Snell
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-02readline: remove deprecated methodscjihrig
2016-04-26readline: allow history to be disabledsurya panikkal
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-01-18readline: Remove XXX and output debuglogKohei TAKATA
2016-01-13lib: fix style issues after eslint updateMichaƫl Zasso
2015-11-19readline: deprecate undocumented exportscjihrig
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-18readline: fix tab completion bugMatt Harrison
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-04readline: allow tabs in inputRich Trott
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-06-12Revert "readline: allow tabs in input"Jeremiah Senkpiel
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-06readline: allow tabs in inputRich Trott
2015-05-10readline: turn emitKeys into a streaming parserAlex Kocharin
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson
2015-04-10readline: fix calling constructor without newAlex Kocharin
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