154 Commits (5e6ae830fe59395a40c496655550da6d38ded205)

Author SHA1 Message Date
Prince J Wesley a634554fca
readline: key interval delay for \r & \n 8 years ago
Prince J Wesley 5bef38b627
repl: Auto alignment for .editor mode 8 years ago
Prince J Wesley 4b883a3fb4
readline: keypress trigger for escape character 8 years ago
Anna Henningsen 1a9e247c79
readline: show completions only after 2nd TAB 8 years ago
Evan Lucas 3f5623dd46 readline: allow passing prompt to constructor 9 years ago
Anna Henningsen dc57b9e78f
readline: return old status from _setRawMode 9 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Eugene Obrezkov ae178838eb
repl: copying tabs shouldn't trigger completion 9 years ago
cjihrig 8a87b29034 readline: remove deprecated methods 9 years ago
surya panikkal 0303a2552e
readline: allow history to be disabled 9 years ago
Jackson Tian 91466b855f lib: refactor code with startsWith/endsWith 9 years ago
Kohei TAKATA ad63d350d4 readline: Remove XXX and output debuglog 9 years ago
Michaël Zasso 7ce0e04f44 lib: fix style issues after eslint update 9 years ago
cjihrig ca2e8b292f readline: deprecate undocumented exports 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Matt Harrison e29e470c14 readline: fix tab completion bug 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Rich Trott 4cffaa3f55 readline: allow tabs in input 10 years ago
Alex Kocharin bd01603201 readline: fix freeze if `keypress` event throws 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Roman Reiss fb8811d95e lib,test: fix whitespace issues 9 years ago
Jeremiah Senkpiel d9e250295b Revert "readline: allow tabs in input" 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Rich Trott 4b3d493c4b readline: allow tabs in input 10 years ago
Alex Kocharin aed6bce906 readline: turn emitKeys into a streaming parser 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Alex Kocharin f0bf6bb024 readline: fix calling constructor without new 10 years ago
Vladimir Kurchatkin b41dbc2737 readline: use native `codePointAt` 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Julien Gilli 862cc28183 readline: should not require an output stream. 10 years ago
Jicheng Li f3473d7db6 readline: fix performance issue when large line 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 10 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 10 years ago
Roman Klauke 4d04c7b5ee readline: remove doubled case. 11 years ago
Dan Kaplun 655ec2113a readline: fixes scoping bug 11 years ago
Dan Kaplun 4a90f51bfe readline: implements keypress buffering 11 years ago
Yazhong Liu e1aa066fe1 readline: fix close event of readline.Interface() 11 years ago
Yazhong Liu 93c3674ff7 readline: consider newlines for cursor position 11 years ago
Yazhong Liu cfe0bab85b readline: fix `line` event, if input emit 'end' 11 years ago
Eric Schrock 35ae696822 readline: handle input starting with control chars 12 years ago
isaacs 689e5c9d3d stream: return this from pause()/resume() 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
Daniel Chatfield dfb0461c4c readline: pause stdin before turning off terminal raw mode 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago