summaryrefslogtreecommitdiff
path: root/lib/readline.js
Commit message (Expand)AuthorAgeFilesLines
* readline: remove max limit of crlfDelayAzard2017-07-311-3/+2
* readline: name some anonymous functionsFlandre Scarlet2017-07-231-18/+24
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-2/+2
* readline: remove the caching variableLyall Sun2017-07-211-2/+2
* lib: improve lazy requiresRuben Bridgewater2017-07-191-4/+2
* lib: normalize indentation in parenthesesRich Trott2017-07-101-2/+1
* lib: remove excess indentationRich Trott2017-07-071-4/+4
* readline: properly handle 0-width charactersTimothy Gu2017-06-281-3/+4
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-2/+4
* readline,repl,url,util: remove needless capturingVse Mozhet Byt2017-06-191-4/+4
* errors, readline: migrate to use internal/errors.jsScott McKenzie2017-06-131-4/+14
* Revert "readline: clean up event listener in onNewListener"Anna Henningsen2017-06-101-3/+0
* readline: clean up event listener in onNewListenerGibson Fahnestock2017-06-011-0/+3
* readline: move escape codes into internal/readlineJames M Snell2017-05-071-11/+20
* readline: multiple code cleanupsJames M Snell2017-05-071-19/+18
* readline: use module.exports = {}James M Snell2017-05-071-22/+19
* readline: fix permanent deoptimizationsBrian White2017-04-301-2/+2
* readline: rename `deDupeHistory` optionDanny Nemer2017-03-221-4/+4
* readline: add option to stop duplicates in historyDanny Nemer2017-03-171-0/+9
* readline: avoid using forEachJames M Snell2017-03-171-3/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso2017-02-211-2/+2
* readline: update 6 comparions to strictUmair Ishaq2017-02-041-6/+6
* readline: refactor construct InterfaceJackson Tian2017-01-131-12/+3
* readline: use icu based string width calculationJames M Snell2016-10-251-0/+8
* readline: fix `concievably` typo in readline.jsMiguel Angel Asencio Hurtado2016-10-061-1/+1
* readline: key interval delay for \r & \nPrince J Wesley2016-09-081-10/+19
* repl: Auto alignment for .editor modePrince J Wesley2016-08-271-0/+8
* readline: keypress trigger for escape characterPrince J Wesley2016-08-171-0/+12
* readline: show completions only after 2nd TABAnna Henningsen2016-08-041-13/+15
* readline: allow passing prompt to constructorEvan Lucas2016-06-251-1/+5
* readline: return old status from _setRawModeAnna Henningsen2016-06-181-1/+5
* lib: replace legacy uses of __defineGetter__James M Snell2016-05-161-5/+9
* repl: copying tabs shouldn't trigger completionEugene Obrezkov2016-05-131-3/+12
* readline: remove deprecated methodscjihrig2016-05-021-36/+0
* readline: allow history to be disabledsurya panikkal2016-04-261-1/+7
* lib: refactor code with startsWith/endsWithJackson Tian2016-03-231-1/+1
* readline: Remove XXX and output debuglogKohei TAKATA2016-01-181-1/+2
* lib: fix style issues after eslint updateMichaël Zasso2016-01-131-2/+2
* readline: deprecate undocumented exportscjihrig2015-11-191-391/+17
* lib: Consistent error messages in all modulesmicnic2015-11-091-4/+4
* lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani2015-09-231-1/+1
* readline: fix tab completion bugMatt Harrison2015-09-181-1/+4
* events: deprecate static listenerCount functionSakthipriyan Vairamani2015-08-201-4/+4
* readline: allow tabs in inputRich Trott2015-08-041-13/+14
* readline: fix freeze if `keypress` event throwsAlex Kocharin2015-07-111-1/+9
* util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani2015-07-031-2/+4
* lib,test: fix whitespace issuesRoman Reiss2015-06-151-1/+0
* Revert "readline: allow tabs in input"Jeremiah Senkpiel2015-06-121-14/+13
* lib: don't use global BufferRoman Reiss2015-06-111-0/+1